Fix: Give unix timestamp to db when marking missing nodes as offline.

This commit is contained in:
baldo 2017-08-13 19:39:40 +02:00
parent 8082114f04
commit 0dd170d755

View file

@ -526,7 +526,7 @@ angular.module('ffffng')
'WHERE import_timestamp < ?', 'WHERE import_timestamp < ?',
[ [
'OFFLINE', moment().unix(), 'OFFLINE', moment().unix(),
minTimestamp minTimestamp.unix()
], ],
callback callback
); );