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

@@ -1,5 +1,5 @@
const isStillVerified = async ($) => {
const r = await $.http.get('/v1/models');
await $.http.get('/v1/models');
return true;
};