We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e543a50 commit e7a47e8Copy full SHA for e7a47e8
1 file changed
nosql.js
@@ -3056,4 +3056,4 @@ function errorhandling(err, builder, response) {
3056
3057
function jsonparser(key, value) {
3058
return typeof(value) === 'string' && value.isJSONDate() ? new Date(value) : value;
3059
-}
+}
0 commit comments