Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
128 changes: 0 additions & 128 deletions .gitignore

This file was deleted.

140 changes: 0 additions & 140 deletions config/default.js

This file was deleted.

2 changes: 1 addition & 1 deletion constants/requests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const REQUEST_STATE = {
export const REQUEST_STATUS = {
APPROVED: "APPROVED",
PENDING: "PENDING",
REJECTED: "REJECTED",
Expand Down
Loading