Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceaalexandru committed Dec 3, 2015
1 parent c9d71a8 commit aa7d90f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions service/monitor/monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ module.exports = function () {


function monitorOS() {
var that = this

that.act( "role: 'status', get: 'os'", function ( err, statusData ) {
seneca.act( "role: 'status', get: 'os'", function ( err, statusData ) {
if ( err ) {
seneca.log.debug( 'Error receiving os status', err )
return
Expand Down

0 comments on commit aa7d90f

Please sign in to comment.