mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-01 03:22:00 +08:00
Chore: update ESLint config
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user