Skip to content

Commit

Permalink
refactor: remove unused async
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Aug 5, 2021
1 parent 6b6a7d4 commit 42dbd40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/authentication.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

const async = require('async');
const winston = require('winston');
const passport = require('passport');
const nconf = require('nconf');
Expand Down

0 comments on commit 42dbd40

Please sign in to comment.