From 42dbd40253b54ebffab11acb68fb916231e415b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 5 Aug 2021 13:02:28 -0400 Subject: [PATCH] refactor: remove unused async --- src/controllers/authentication.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/authentication.js b/src/controllers/authentication.js index 18fe533d96..132c0b33f7 100644 --- a/src/controllers/authentication.js +++ b/src/controllers/authentication.js @@ -1,6 +1,5 @@ 'use strict'; -const async = require('async'); const winston = require('winston'); const passport = require('passport'); const nconf = require('nconf');