Skip to content

Commit

Permalink
update: reason을 선택인자로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
iseolin76 committed Sep 24, 2021
1 parent 61096de commit 2420e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/api/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Post {
}
}

setStatusPost(id: string, status = "ACCEPTED", reason: string) {
setStatusPost(id: string, status = "ACCEPTED", reason?: string) {
try {
const data = {
status,
Expand Down

0 comments on commit 2420e22

Please sign in to comment.