mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-16 11:05:03 +00:00
fix: dashboard config validation
This commit is contained in:
parent
2569513c6c
commit
a59707e2a5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export async function validateGuildConfig(config: any): Promise<string | null> {
|
|||
|
||||
const plugin = pluginNameToPlugin.get(pluginName)!;
|
||||
const configManager = new PluginConfigManager(
|
||||
{},
|
||||
pluginOptions,
|
||||
{
|
||||
configSchema: plugin.configSchema,
|
||||
defaultOverrides: plugin.defaultOverrides ?? [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue