Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Apr 9, 2024
1 parent db62d15 commit 2ae9cc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion themes/pergel-auth/server/lucia-changeName/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const changeNameAuth = pergelChangeName()
db: connect,
options: {
getUserAttributes(databaseUserAttributes) {
// eslint-disable-next-line unused-imports/no-unused-vars
const { password, provider, providerId, ...attributes } = databaseUserAttributes
return attributes
},
Expand Down

0 comments on commit 2ae9cc7

Please sign in to comment.