Skip to content

Commit

Permalink
feat: notification responses #89
Browse files Browse the repository at this point in the history
  • Loading branch information
dragontaek-lee committed Jun 16, 2023
1 parent 77493e4 commit 4640aa0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/constants/responseMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,9 @@ export default {

// transaction fail
TRANSACTION_FAILED: "트랜잭션 실패",

//alarm
PUSH_NOTIFICATION_SUCCESS: "알람 전송 성공",
PUSH_NOTIFICATION_FALED: "알람 전송 실패",
PUSH_NOTIFICATION_REGISTER_FALED: "유저 구독 실패",
};

0 comments on commit 4640aa0

Please sign in to comment.