There was an error while loading. Please reload this page.
1 parent fb701f6 commit 7db9897Copy full SHA for 7db9897
1 file changed
scripts/governance-notifier.ts
@@ -109,4 +109,7 @@ async function runNotifier() {
109
)
110
}
111
112
+// start notifier immediately
113
+errorWrapper()
114
+
115
setInterval(errorWrapper, fiveMinutesSeconds * 1000)
0 commit comments