From 97ae93a7118d7e3739e115aabda84c4f5c78963c Mon Sep 17 00:00:00 2001 From: Niek Candaele Date: Sun, 29 Dec 2024 22:38:40 +0100 Subject: [PATCH] fix: help command API call --- packages/lib-modules/src/modules/utils/commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lib-modules/src/modules/utils/commands/help.js b/packages/lib-modules/src/modules/utils/commands/help.js index fc1031e40..42d9722ff 100644 --- a/packages/lib-modules/src/modules/utils/commands/help.js +++ b/packages/lib-modules/src/modules/utils/commands/help.js @@ -1,7 +1,7 @@ import { data, takaro, TakaroUserError } from '@takaro/helpers'; async function main() { const enabledModules = await takaro.module.moduleInstallationsControllerGetInstalledModules({ - filters: { gameServerId: [data.gameServerId] }, + filters: { gameserverId: [data.gameServerId] }, }); const moduleCommands = await Promise.all(