We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4deae55 commit 92fe18fCopy full SHA for 92fe18f
lib/validateTypes.js
@@ -9,7 +9,7 @@
9
const { toBool, hasValue, error } = require('./utils')
10
11
// Performs type validation/coercian
12
-module.exports = (DocumentClient) => (mapping,field,value,data={}) => {
+module.exports = (DocumentClient) => (mapping,field,value) => {
13
14
// Evaluate function expressions
15
// TODO: should this happen here?
0 commit comments