Skip to content

Commit

Permalink
fixes logger call
Browse files Browse the repository at this point in the history
  • Loading branch information
Segerlu committed Oct 6, 2023
1 parent 069297d commit 367f173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const RedisStore = require('connect-redis').default;
const passport = require('passport');

const ldap = require('ldapjs');
const logger = require('@dod-advana/advana/logger');
const logger = require('@dod-advana/advana-logger');
const samlStrategy = require('./samlStrategy');
const AD = require('activedirectory2').promiseWrapper;
const {
Expand Down

0 comments on commit 367f173

Please sign in to comment.