Improve raw command handlers and remove dayjs dependency (switched to native Intl.DateTimeFormat API)

This commit is contained in:
lowlighter
2021-02-09 18:50:25 +01:00
parent 7d9d259f23
commit b80eecc3f5
10 changed files with 37 additions and 21 deletions

View File

@@ -42,6 +42,7 @@ query BaseRepositories {
}
forkCount
licenseInfo {
name
spdxId
}
}

View File

@@ -41,6 +41,7 @@ query BaseRepository {
}
forkCount
licenseInfo {
name
spdxId
}
}