Skip to content

Commit 32d5ab7

Browse files
vkarpov15hasezoey
andauthored
Update lib/query.js
Co-authored-by: hasezoey <hasezoey@gmail.com>
1 parent 333b72f commit 32d5ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/query.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4510,7 +4510,7 @@ function _executePostHooks(query, res, error, op) {
45104510
* ignore
45114511
*/
45124512

4513-
function _executePreExecHooks(query) {
4513+
async function _executePreExecHooks(query) {
45144514
return query._hooks.execPre('exec', query, []);
45154515
}
45164516

0 commit comments

Comments
 (0)