added todos | payday time settings | refactor payment scheduling
This commit is contained in:
@@ -39,4 +39,7 @@ export const memberApi = {
|
||||
async requestAllRewards(token: string, famId: string) {
|
||||
return memberFetch<{ count: number }>('POST', '/api/members/rewards/request-all', token, famId);
|
||||
},
|
||||
async payday(token: string, famId: string) {
|
||||
return memberFetch('POST', `/api/fam/${famId}/payday`, token, famId);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user