Skip to content

Commit

Permalink
chore: eslint ignore any on catch
Browse files Browse the repository at this point in the history
  • Loading branch information
alemazzo committed Sep 16, 2023
1 parent c290df1 commit 9463718
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class AuthControllerImpl extends BrokerController implements AuthControll
})
)
return user
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} catch (e: any) {
if (e.code === 11000) {
if (e.keyPattern.username) {
Expand Down

0 comments on commit 9463718

Please sign in to comment.