Skip to content

Commit

Permalink
Update sscce-sequelize-6.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-dadon authored Aug 22, 2024
1 parent dd211fa commit 2bc4eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sscce-sequelize-6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function run() {
nonTransactionCb.resetHistory();
}

const afterSaveFooHook = (instance: Foo, options) => {
const afterSaveFooHook = (instance: Foo, options: any) => {
if (options.transaction) {
options.transaction.afterCommit(() => afterCommitCb());
return;
Expand Down

0 comments on commit 2bc4eaf

Please sign in to comment.