diff --git a/manifest b/manifest index 8549370..b8b6503 100644 --- a/manifest +++ b/manifest @@ -66,7 +66,7 @@ module.exports = { ] }, executable: true, - execute: async ({ manifest }) => { + execute: async (manifest) => { console.log(manifest) const auth = await manifest.libraries.mcl.auth((manifest.storaged_configs?.username ?? defaultConfig.username))