return attachment data in uploadAttachment

pull/1/head
Damien Erambert 2022-07-31 22:43:25 +02:00
parent d2d41e089e
commit ab0d4a93dd
No known key found for this signature in database
GPG Key ID: 519179F777AE5A0F
1 changed files with 1 additions and 1 deletions

2
lib.js
View File

@ -206,7 +206,7 @@ class Project {
this.user.sessionCookie
);
console.log(await res);
return await res;
}
}