Skip to content

Commit

Permalink
fix: help command API call
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Dec 29, 2024
1 parent 3306a9d commit 97ae93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib-modules/src/modules/utils/commands/help.js
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit 97ae93a

Please sign in to comment.