Skip to content

Commit

Permalink
fix: bracket on
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonChong96 committed Jun 17, 2020
1 parent fa7805d commit 5638885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/util/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export class InvalidOtpError extends Error {
this.name = 'InvalidOtpError'
this.retries = retries
Object.setPrototypeOf(this, InvalidOtpError.prototype)
}
}

export class AlreadyExistsError extends Error {
constructor(message: string) {
Expand Down

0 comments on commit 5638885

Please sign in to comment.