Skip to content

Commit

Permalink
fix: change constant message
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajjs committed Jan 22, 2025
1 parent f0f4958 commit 80bdeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ export const UNAUTHORIZED_TO_CREATE_ONBOARDING_EXTENSION_REQUEST = "Only super u

export const PENDING_REQUEST_UPDATED = "Only pending extension request can be updated";
export const INVALID_REQUEST_TYPE = "Invalid request type";
export const INVALID_REQUEST_DEADLINE = "Request new deadline must be greater than old deadline";
export const INVALID_REQUEST_DEADLINE = "New deadline of the request must be greater than old deadline";
export const REQUEST_UPDATED_SUCCESSFULLY = "Request updated successfully";
export const UNAUTHORIZED_TO_UPDATE_REQUEST = "Unauthorized to update request";

0 comments on commit 80bdeb4

Please sign in to comment.