Skip to content

Commit 61ec9a0

Browse files
committed
fix: fix missing ex plugin id
1 parent 0c2bc4d commit 61ec9a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/co/statu/rule/plugins/registerNotifyWebhook/event/ParsekEventHandler.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ class ParsekEventHandler(
1818
configManager,
1919
registerNotifyWebhookPlugin,
2020
RegisterNotifyWebhookConfig::class.java,
21-
listOf()
21+
listOf(),
22+
listOf("register-notify-webhook")
2223
)
2324

2425
registerNotifyWebhookPlugin.pluginBeanContext.beanFactory.registerSingleton(

0 commit comments

Comments
 (0)