Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maigo Erit committed Aug 7, 2016
1 parent 51a09cc commit f397acc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BackerTimetracker",
"version": "2.0.0",
"version": "2.0.1",
"description": "Track your time by monitoring your active windows and idle time",
"main": "app.js",
"author": "Maigo Erit <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion app/trackItemCrud.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports.findLastOnlineItem = function () {

//ONLINE item can be just inserted, we want old one.
// 2 seconds should be enough
let beginDate = moment().subtract(2, 'seconds').toDate();
let beginDate = moment().subtract(5, 'seconds').toDate();

return TrackItem.findAll({
where: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BackerTimetracker",
"version": "2.0.0",
"version": "2.0.1",
"description": "Track your time by monitoring your active windows and idle time",
"main": "app/app.js",
"scripts": {
Expand Down

0 comments on commit f397acc

Please sign in to comment.