Browse Source

remove unused things

develop
Rob Colbert 2 years ago
parent
commit
494f788fd7
  1. 4
      app/workers/newsroom/job/update-feed.js

4
app/workers/newsroom/job/update-feed.js

@ -6,10 +6,6 @@
const path = require('path');
const mongoose = require('mongoose');
const Feed = mongoose.model('Feed');
const { SiteWorkerProcess } = require(path.join(__dirname, '..', '..', '..', '..', 'lib', 'site-lib'));
class UpdateFeedJob extends SiteWorkerProcess {

Loading…
Cancel
Save