Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
fix(release): small issue (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haim Raitsev authored Apr 7, 2021
1 parent c6baf12 commit ca83851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/sql.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports.wrapSqlQuery = function wrapSqlQuery(queryString, params, callbac

const responsePromise = new Promise((resolve) => {
patchedCallback = (err, res, fields) => {
utils.debugLog('SQL Patched callback was called.');
utils.debugLog('SQL Patched callback was called');
dbapiEvent.setDuration(utils.createDurationTimestamp(startTime));

if (err) {
Expand Down

0 comments on commit ca83851

Please sign in to comment.