Skip to content

Commit

Permalink
Merge pull request #235 from boostcamp-2020/develop
Browse files Browse the repository at this point in the history
였λ₯˜ μˆ˜μ • ν›„ 배포
  • Loading branch information
rolled-potatoes authored Dec 15, 2020
2 parents 6dbfa9b + 860c067 commit dcc448d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/src/apis/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
},
denyInvitation(accountObjId: string) {
return axios.delete(urls.postAndDeleteInvitation(accountObjId));

},
putUserStartOfWeek(isSundayStart: boolean) {
return axios.put(`${urls.userInfo}`, {
StartOfWeek: isSundayStart ? 'sunday' : 'monday',
Expand Down

0 comments on commit dcc448d

Please sign in to comment.