Skip to content

Commit

Permalink
[chore] update useGenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
ash committed Aug 25, 2024
1 parent ceab9c5 commit b95a066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Actions/hooks/useGenerate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const useGenerate = () => {

const {
isLoading: loadingObject,
// @ts-expect-error - Object execssivily deep issue
// @ts-ignore - Object execssivily deep issue
object,
stop, // TODO: Implement this function
submit,
Expand Down

0 comments on commit b95a066

Please sign in to comment.