Skip to content

Commit 2e68d04

Browse files
committed
fix: 알림 에러 코드 N013 -> N014 변경 #104
1 parent 6bc7dc4 commit 2e68d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/errors/notification.errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class NotificationIdRequiredError extends BaseError {
136136
export class TargetUserIdRequiredError extends BaseError {
137137
constructor(data = null) {
138138
super({
139-
errorCode: "N014",
139+
errorCode: "N013",
140140
reason: "target_user_id가 필요합니다",
141141
statusCode: 400,
142142
data

0 commit comments

Comments
 (0)