We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dbfa9b + 860c067 commit dcc448dCopy full SHA for dcc448d
โfe/src/apis/user.tsโ
@@ -18,7 +18,7 @@ export default {
18
},
19
denyInvitation(accountObjId: string) {
20
return axios.delete(urls.postAndDeleteInvitation(accountObjId));
21
-
+ },
22
putUserStartOfWeek(isSundayStart: boolean) {
23
return axios.put(`${urls.userInfo}`, {
24
StartOfWeek: isSundayStart ? 'sunday' : 'monday',
0 commit comments