Skip to content

Commit c214f37

Browse files
committed
Make date change for alternative JS frameworks work with Node 8
1 parent 6d404d4 commit c214f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ class Connection extends EventEmitter {
427427
}
428428

429429
_isDate(val) {
430-
return util.types.isDate(val);
430+
return util.isDate(val);
431431
}
432432

433433
// To obtain a SodaDatabase object (high-level SODA object associated with

0 commit comments

Comments
 (0)