On Wed, Jan 6, 2016, at 05:10 PM, h0rst wrote:
> Hi again...
> 
> I found the following lines of code in "update-device.js":
> 
> >  ...
> >  update['$set']['_lastInform'] = now;
> >  if (indexOf.call(updatesBatch.informEvents, '1 BOOT') >= 0) {
> >    update['$set']['_lastBoot'];
> >  }
> 
> If i edit it like:
> 
> > update['$set']['_lastBoot'] = now;

That looks like a bug. Great find! I just pushed a fix for it. Pull the
updates if you've installed from source. This fix will be included in
the next release to npm. Thank you.

Zaid
_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users

Reply via email to