deploy: ac2f5d56a97822e02ad28100510bfc6925dc6b07

This commit is contained in:
SukkaBot
2023-09-28 16:39:53 +00:00
parent ec6d1781a0
commit d1457e4d9c
21 changed files with 430 additions and 347 deletions

View File

@@ -1,3 +1,5 @@
/* global $response, $done */
let body = $response.body;
body = JSON.parse(body);
if (body?.response) {
@@ -11,4 +13,4 @@ if (body?.user) {
}
body = JSON.stringify(body);
$done({ body })
$done({ body });