chore: Fix types that were broken due to reverts.

This commit is contained in:
cpojer
2026-02-17 10:53:58 +09:00
parent 01ea808876
commit b3d9ecf4e4
3 changed files with 7 additions and 13 deletions

View File

@@ -240,7 +240,6 @@ function createMockRuntime(): PluginRuntime {
},
discord: {} as PluginRuntime["channel"]["discord"],
activity: {} as PluginRuntime["channel"]["activity"],
linq: {} as PluginRuntime["channel"]["linq"],
line: {} as PluginRuntime["channel"]["line"],
slack: {} as PluginRuntime["channel"]["slack"],
telegram: {} as PluginRuntime["channel"]["telegram"],