Browse Source

remove an invalid line

master
ansuz 9 months ago
parent
commit
d802173325
1 changed files with 0 additions and 1 deletions
  1. 1
      lib/storage/file.js

1
lib/storage/file.js

@ -1044,7 +1044,6 @@ module.exports.create = function (conf, _cb) {
getWeakLock: function (channelName, _cb) {
var cb = Util.once(Util.mkAsync(_cb));
//if (!isValidChannelId(channelName)) { return void cb(new Error('EINVAL')); } // XXX
schedule.unordered(channelName, cb);
},

Loading…
Cancel
Save