Skip to content

Commit

Permalink
fix transform
Browse files Browse the repository at this point in the history
  • Loading branch information
piascikj committed Mar 16, 2018
1 parent 45ce231 commit a192d3a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
npm-debug.log
node_modules
imdone-export.json
1 change: 1 addition & 0 deletions .imdoneignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
README.md
node_modules
*.json
1 change: 0 additions & 1 deletion lib/services/imdoneio-store.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ module.exports = (repo) ->

repo.transformTasks = (tasks, cb) =>
repo.pause()
cb(null, tasks)
client.transformTasks tasks, (err, tasks) =>
async.mapSeries tasks, (task, cb) =>
repo.modifyTask task, false, (err, updatedTask) =>
Expand Down
2 changes: 1 addition & 1 deletion lib/services/reminders.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Reminders {
}, 20000)
}

// DOING: Show imdone logo in notifications.
// DOING: 2018-03-15 Show imdone logo in notifications.
notify(task) {
notifier.notify(
{
Expand Down

0 comments on commit a192d3a

Please sign in to comment.