From af97c09aeafe0016f0e35c3e78aad582a051094f Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 25 Jan 2024 20:57:54 +0100 Subject: [PATCH] update --- manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))