Skip to content

Commit dcc448d

Browse files
Merge pull request #235 from boostcamp-2020/develop
์˜ค๋ฅ˜ ์ˆ˜์ • ํ›„ ๋ฐฐํฌ
2 parents 6dbfa9b + 860c067 commit dcc448d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žfe/src/apis/user.tsโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default {
1818
},
1919
denyInvitation(accountObjId: string) {
2020
return axios.delete(urls.postAndDeleteInvitation(accountObjId));
21-
21+
},
2222
putUserStartOfWeek(isSundayStart: boolean) {
2323
return axios.put(`${urls.userInfo}`, {
2424
StartOfWeek: isSundayStart ? 'sunday' : 'monday',

0 commit comments

Comments
ย (0)