From ab0d4a93dd8b2dd43166e2b26a61b060849ffbea Mon Sep 17 00:00:00 2001 From: Damien Erambert Date: Sun, 31 Jul 2022 22:43:25 +0200 Subject: [PATCH] return attachment data in uploadAttachment --- lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.js b/lib.js index 2484405..fa5c248 100644 --- a/lib.js +++ b/lib.js @@ -206,7 +206,7 @@ class Project { this.user.sessionCookie ); - console.log(await res); + return await res; } }