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(