Skip to content

Commit

Permalink
chore: RESPONSE_CODE -> ERROR_CODE
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed Oct 12, 2024
1 parent 2674b21 commit 7cb0480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/api/constant.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const RESPONSE_CODE = {
export const ERROR_CODE = {
// USER
UNREGISTERED_USER: '',
INVALIDATED_STUDENT_NUMBER_TYPE: '',
Expand Down

0 comments on commit 7cb0480

Please sign in to comment.