Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Feb 1, 2024
1 parent 1a5062b commit 8c87c9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/tapis-hooks/workflows/pipelines/useRun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ const useRun = () => {
run: (
params: RunPipelineHookParams,
// react-query options to allow callbacks such as onSuccess
options?: MutateOptions<Workflows.RespPipelineRun, Error, RunPipelineHookParams>
options?: MutateOptions<
Workflows.RespPipelineRun,
Error,
RunPipelineHookParams
>
) => {
// Call mutate to trigger a single post-like API operation
return mutate(params, options);
Expand Down

0 comments on commit 8c87c9d

Please sign in to comment.