Skip to content

Commit

Permalink
fix: middleware fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Nov 15, 2023
1 parent 85da99e commit e626995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/sync-audit-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async function createTransaction(callback, afterCommitCallbacks) {
await afterCommitCallback();
}

logger.info('Commited transaction');
logger.info('Committed transaction');

return result;
} catch (error) {
Expand Down

0 comments on commit e626995

Please sign in to comment.