Skip to content

Commit

Permalink
chore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho112 committed Oct 25, 2023
1 parent e8e3316 commit e9005e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/biometric-ed25519/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function setBufferIfUndefined() {
export class PasskeyProcessCanceled extends Error {
constructor(message) {
super(message);
this.name = "PasskeyProcessCanceled";
this.name = 'PasskeyProcessCanceled';
}
}

Expand Down

0 comments on commit e9005e4

Please sign in to comment.