|
|
|
@ -294,10 +294,15 @@ function unmute(monitorId, scope, callback){ |
|
|
|
scope: scope |
|
|
|
}; |
|
|
|
<<<<<<< HEAD |
|
|
|
<<<<<<< HEAD |
|
|
|
======= |
|
|
|
} else { |
|
|
|
params.body = ""; // create empty body
|
|
|
|
>>>>>>> 5243bf7... add params.body default to client.prototype.request |
|
|
|
======= |
|
|
|
} else { |
|
|
|
params.body = ""; |
|
|
|
>>>>>>> 4818053... add params.body default to mute() and unmute() |
|
|
|
} |
|
|
|
client.request("POST", util.format("/monitor/%s/unmute", monitorId), params, callback); |
|
|
|
} |
|
|
|
|