Browse Source

chore: fixed a small linting issue

tags/v0.8.1^2
Shaun 3 years ago
parent
commit
2b98e1c152
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/components/gatherer.js

+ 1
- 1
src/server/components/gatherer.js View File

@@ -16,7 +16,7 @@ module.exports = {
},

gather: function () {
const { gathering, nodes, defaultTtlMax, gatheringTtlMax, obj } = this;
const { gathering, nodes, defaultTtlMax, obj } = this;
const { equipment, stats, instance: { eventEmitter } } = obj;

if (gathering)


Loading…
Cancel
Save