Skip to content

Commit 3cc49cc

Browse files
committed
feat: added constant message
1 parent 160cb01 commit 3cc49cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/constants/responses.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@ export const AUTHENTICATION_ERROR = "Invalid Authentication token";
8383
export const TASK_UPDATE_SENT_MESSAGE =
8484
"Task update sent on Discord's tracking-updates channel.";
8585
export const NOT_IMPLEMENTED = "Feature not implemented";
86+
export const UNAUTHORIZED_TO_CREATE_ONBOARDING_EXTENSION_REQUEST =
87+
"Only super user and onboarding user are authorized to create an onboarding extension request";

0 commit comments

Comments
 (0)