Skip to content

Commit

Permalink
fix: codef SMS 인증번호 응답 타입 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyungJu committed May 5, 2024
1 parent 97f4ae8 commit 1643f48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const CodefSMSResponse = CodefResponse(
jti: t.string,
twoWayTimestamp: t.number,
extraInfo: t.type({
reqSmsAuthNo: t.string,
reqSMSAuthNo: t.string,
}),
})
);
Expand Down

0 comments on commit 1643f48

Please sign in to comment.