mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-17 14:00:29 +01:00
refactor: remove unused async
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const async = require('async');
|
|
||||||
const winston = require('winston');
|
const winston = require('winston');
|
||||||
const passport = require('passport');
|
const passport = require('passport');
|
||||||
const nconf = require('nconf');
|
const nconf = require('nconf');
|
||||||
|
|||||||
Reference in New Issue
Block a user