Skip to content

Commit

Permalink
Update errors/UnauthenticatedError.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Dicha Zelianivan Arkana <[email protected]>
  • Loading branch information
aldy505 and elianiva committed May 30, 2023
1 parent 2d461d7 commit ff6711e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/UnauthenticatedError.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export class UnauthenticatedError extends Error {
constructor(message?: string) {
constructor(message = "Unauthenticated") {
super(message ?? "Unauthenticated");
}
}

0 comments on commit ff6711e

Please sign in to comment.