Skip to content

Commit eca2581

Browse files
author
Elin Angelow
committed
fix: error
1 parent 69627a1 commit eca2581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/postgres/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module.exports = async(
128128
return oArgNames[name];
129129
}
130130
throw SqlSe.create(
131-
'argumentNotFound',
131+
'requiredArgumentNotFound',
132132
{fn: jsName, argument: name}
133133
);
134134
}

0 commit comments

Comments
 (0)