Enable no-unsafe-finally lint

This commit is contained in:
valadaptive
2023-12-02 09:12:38 -05:00
parent e7ae1c4787
commit 367f3dba27
5 changed files with 5 additions and 14 deletions

View File

@ -1696,9 +1696,7 @@ async function calculateLogitBias() {
result = {};
console.error(err);
}
finally {
return result;
}
return result;
}
class TokenHandler {