Browse Source

lint compliance

master
ansuz 9 months ago
parent
commit
172823c954
1 changed files with 0 additions and 1 deletions
  1. 1
      lib/workers/db-worker.js

1
lib/workers/db-worker.js

@ -32,7 +32,6 @@ var ready = false;
var store;
var pinStore;
var blobStore;
var tasks;
const init = function (config, _cb) {
const cb = Util.once(Util.mkAsync(_cb));
if (!config) {

Loading…
Cancel
Save