Skip to content

Commit 92fe18f

Browse files
committed
fix unused data variable
1 parent 4deae55 commit 92fe18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/validateTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
const { toBool, hasValue, error } = require('./utils')
1010

1111
// Performs type validation/coercian
12-
module.exports = (DocumentClient) => (mapping,field,value,data={}) => {
12+
module.exports = (DocumentClient) => (mapping,field,value) => {
1313

1414
// Evaluate function expressions
1515
// TODO: should this happen here?

0 commit comments

Comments
 (0)