Skip to content

Commit f44c7e8

Browse files
psychedelicioushipsterusername
authored andcommitted
chore(ui): lint
1 parent c5b8bde commit f44c7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/workflowLibrary/hooks/useDownloadWorkflowById.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ export const useDownloadWorkflowById = () => {
3838
[dispatch, toastError, trigger]
3939
);
4040

41-
return { downloadWorkflow, isLoading: query.isLoading }
41+
return { downloadWorkflow, isLoading: query.isLoading };
4242
};

0 commit comments

Comments
 (0)