Skip to content

Commit 5f66394

Browse files
committed
fix linting error in the api error helper
1 parent cf173c5 commit 5f66394

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/helpers/APIError.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class ExtendableError extends Error {
2020
* @extends ExtendableError
2121
*/
2222
class APIError extends ExtendableError {
23-
2423
/**
2524
* Creates an API error.
2625
* @param {string} message - Error message.

0 commit comments

Comments
 (0)