Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9ebe5c6

Browse files
committed
Remove duplicate
1 parent 5f7eee0 commit 9ebe5c6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/common/errors.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@ class ServiceUnavailable extends ApiError {
6161
}
6262
}
6363

64-
// The forbidden error
65-
class ServiceUnavailable extends ApiError {
66-
constructor(message, details) {
67-
super(503, 'SERVICE_UNAVAILABLE', message);
68-
this.details = details;
69-
}
70-
}
71-
7264
module.exports = {
7365
ApiError,
7466
ValidationError,

0 commit comments

Comments
 (0)