Skip to content

Commit

Permalink
Merge pull request #56 from joog-lim/develop
Browse files Browse the repository at this point in the history
update: reason을 선택인자로 변경
  • Loading branch information
iseolin76 authored Sep 24, 2021
2 parents 2510245 + 2420e22 commit b9a7e65
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 b9a7e65

Please sign in to comment.