fix: Eslint offenses for JS files

This commit is contained in:
Faruk AYDIN
2024-01-07 20:09:36 +01:00
parent 9ffe2c14df
commit 879aa1f9f8
15 changed files with 29 additions and 39 deletions

View File

@@ -15,8 +15,7 @@ export default {
};
do {
const response =
(await $.http.post) < ResponseData > ('/v1/search', payload);
const response = await $.http.post('/v1/search', payload);
payload.start_cursor = response.data.next_cursor;