Skip to content

Commit

Permalink
bugfix : change api workbook email time method
Browse files Browse the repository at this point in the history
  • Loading branch information
Happhee committed Sep 9, 2024
1 parent 6255093 commit 1eca575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/remotes/patchWorkbookEmailDayMutationOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const patchWorkbookEmailDay = ({
}: {
date: string;
}): Promise<ApiResponse<MessageOnlyResponse>> => {
return fewFetch().put(API_ROUTE.WORKBOOK_EMAIL_DAY, {
return fewFetch().patch(API_ROUTE.WORKBOOK_EMAIL_DAY, {
body: JSON.stringify({ date }),
});
};
Expand Down

0 comments on commit 1eca575

Please sign in to comment.