Specify time conversion unit (#7458)

* fix: specificity in time units

* fix: milliseconds -> ms
This commit is contained in:
Apoorv Mishra
2024-08-25 18:57:45 +05:30
committed by GitHub
parent 2578a1f75f
commit 5d85a3a093
18 changed files with 53 additions and 35 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ if (enabled) {
},
{
type: Hook.UnfurlProvider,
value: { unfurl: GitHub.unfurl, cacheExpiry: Minute / 1000 },
value: { unfurl: GitHub.unfurl, cacheExpiry: Minute.seconds },
},
{
type: Hook.Uninstall,