We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d07c7 commit 2a97501Copy full SHA for 2a97501
constants/requests.ts
@@ -28,6 +28,7 @@ export const REQUEST_LOG_TYPE = {
28
PENDING_REQUEST_FOUND: "PENDING_REQUEST_FOUND",
29
REQUEST_ALREADY_APPROVED: "REQUEST_ALREADY_APPROVED",
30
REQUEST_ALREADY_REJECTED: "REQUEST_ALREADY_REJECTED",
31
+ //comment for testing purposes
32
};
33
34
export const REQUEST_CREATED_SUCCESSFULLY = "Request created successfully";
0 commit comments