From 941841b1bbad65a9e96fe270b0cccad7ebe57c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Sun, 30 Apr 2023 09:49:51 +0200 Subject: [PATCH] change id to get notifications --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c6f31b5..d59ff5a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -39,7 +39,7 @@ function transpile(msg: FG_Plugin.Notification) { } const plugin: FG_Plugin.Plugin = { - id: 'dev.flaschengeist.events', + id: 'events', name: 'Event schedule', innerRoutes, internalRoutes: privateRoutes,