Skip to content

Commit

Permalink
fix(hooks): Added missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
joelalejandro committed May 10, 2023
1 parent 75c2953 commit 6184fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application-instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default class ApplicationInstance {
op = updatedOperation;
};

runHookFunctions(this, "beforeExecutingIdentifyOperation", { op, request, updateOperation });
await runHookFunctions(this, "beforeExecutingIdentifyOperation", { op, request, updateOperation });

let user: OperationResponse;

Expand Down

0 comments on commit 6184fbf

Please sign in to comment.