lint compliance

This commit is contained in:
yflory
2018-03-21 18:53:11 +01:00
parent 01fb497e1b
commit 9cba630700
3 changed files with 3 additions and 2 deletions

2
rpc.js
View File

@@ -1479,7 +1479,7 @@ RPC.create = function (
Respond(void 0, "OK");
});
case 'REMOVE_PINS':
return void removePins(Env, safeKey, function (e, response) {
return void removePins(Env, safeKey, function (e) {
if (e) { return void Respond(e); }
Respond(void 0, "OK");
});