diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-25 17:33:23 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-25 17:33:23 +0000 |
| commit | 283c3f14760c925fe9bf51a2db6f2d567dedb4fe (patch) | |
| tree | e3617b15b1493788bbf37f957be81aacac4ffdf6 /src/errors.ts | |
| parent | dd829249122948fd66dd885dbd39a0cd9167118d (diff) | |
| download | ao-coverage-283c3f14760c925fe9bf51a2db6f2d567dedb4fe.tar.gz ao-coverage-283c3f14760c925fe9bf51a2db6f2d567dedb4fe.tar.bz2 ao-coverage-283c3f14760c925fe9bf51a2db6f2d567dedb4fe.zip | |
Add lint check to pipeline
Diffstat (limited to 'src/errors.ts')
| -rw-r--r-- | src/errors.ts | 2 |
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", }; |
