mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
use the actual date object to sync
This commit is contained in:
@@ -50,8 +50,7 @@ var openPackageServerConnection = function () {
|
||||
// from the beginning of time.
|
||||
exports.loadCachedServerData = function () {
|
||||
var noDataToken = {
|
||||
// XXX have a better sync token for "all"
|
||||
syncToken: {time: 'Sun, 01 Jan 2012 00:00:00 GMT'},
|
||||
syncToken: {time: new Date(0)},
|
||||
collections: null
|
||||
};;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user