Skip to content

Commit

Permalink
Logic change
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-marky committed Sep 7, 2023
1 parent ce587c4 commit d8a6f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/process/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const createProcessTransaction = async (
}

unsub()
resolve(!verbose ? newProcess : nonVerbose)
resolve(verbose ? newProcess : nonVerbose)
}
})
.then((res: Function) => {
Expand Down

0 comments on commit d8a6f6e

Please sign in to comment.