Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
cham11ng committed Mar 23, 2021
1 parent 7cd8016 commit a12352e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/execution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function executeOperation<T extends OperationContext>(
if (result.error) {
logDb('Result:\n%O', result);

throw result.error
throw result.error;
}

return result;
Expand Down

0 comments on commit a12352e

Please sign in to comment.