aboutsummaryrefslogtreecommitdiff
path: root/src/errors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors.ts')
-rw-r--r--src/errors.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errors.ts b/src/errors.ts
index 6e8c32f..822f98e 100644
--- a/src/errors.ts
+++ b/src/errors.ts
@@ -19,5 +19,5 @@ export const Messages = {
FileTooLarge: "Uploaded file is too large",
InvalidFormat: "Invalid reporting format",
InvalidToken: "Invalid token",
- UnknownError: "Unknown error occurred"
+ UnknownError: "Unknown error occurred",
};