We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27dad6e commit a4bc3ebCopy full SHA for a4bc3eb
packages/core/src/notifications/activation.ts
@@ -38,8 +38,8 @@ export async function activate(
38
const controller = new NotificationsController(panelNode)
39
const engine = new RuleEngine(await getRuleContext(context, initialState))
40
41
- void controller.pollForStartUp(engine)
42
- void controller.pollForEmergencies(engine)
+ await controller.pollForStartUp(engine)
+ await controller.pollForEmergencies(engine)
43
44
globals.clock.setInterval(async () => {
45
const ruleContext = await getRuleContext(context, await authStateFn())
0 commit comments