Skip to content

Commit f7ef08e

Browse files
committed
get
1 parent d9ad81a commit f7ef08e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/schedule-actions/schedule-actions.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export type ScheduleActionModalForm<FormData, SubmissionData> =
8686
transformFormDataToSubmission?: undefined;
8787
};
8888

89-
export type ScheduleActionHttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE';
89+
export type ScheduleActionHttpMethod = 'POST' | 'PUT' | 'DELETE';
9090

9191
export type ScheduleAction<
9292
Result,

0 commit comments

Comments
 (0)