better readable code

This commit is contained in:
Hakaba Hitoyo 2018-10-06 17:23:32 +09:00
parent 9f064d76d9
commit 96d961ee80
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export default (params: any, me: ILocalUser) => new Promise(async (res, rej) =>
followRedirect: true,
followAllRedirects: true
},
function (error: any, response: any, body: any) {
(error: any, response: any, body: any) => {
if (!error && response.statusCode == 200) {
res(body)
} else {