From cf27475dbaba62154b640291242a332ef1e804c9 Mon Sep 17 00:00:00 2001 From: some_random_guy Date: Mon, 22 Feb 2021 17:57:38 -0800 Subject: [PATCH] remove unused require from webring (that config file doesn't exist anymore) --- schedules/tasks/webring.js | 1 - 1 file changed, 1 deletion(-) diff --git a/schedules/tasks/webring.js b/schedules/tasks/webring.js index a111fe67..d9443114 100644 --- a/schedules/tasks/webring.js +++ b/schedules/tasks/webring.js @@ -2,7 +2,6 @@ const fetch = require('node-fetch') , { debugLogs } = require(__dirname+'/../../configs/secrets.js') - , { logo, following, blacklist, proxy } = require(__dirname+'/../../configs/webring.json') , config = require(__dirname+'/../../config.js') , Mongo = require(__dirname+'/../../db/db.js') , { Boards, Webring } = require(__dirname+'/../../db/')