Skip to content

Commit

Permalink
;'s
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncalabrese committed Jul 7, 2015
1 parent bc2529f commit 8238c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/notifications.js
Expand Up @@ -224,15 +224,15 @@ function init (env, ctx) {
, message: notify.message
, plugin: notify.plugin ? notify.plugin.name : '<none>'
, debug: notify.debug
}
};
}

function snoozeToView (snooze) {
return {
level: notifications.levels.toString(snooze.level)
, title: snooze.title
, message: snooze.message
}
};
}

function logEmitEvent(notify) {
Expand Down

0 comments on commit 8238c95

Please sign in to comment.