Skip to content

Commit

Permalink
fix(authservice): update import (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin authored Aug 8, 2023
1 parent 2c7c321 commit 5af5703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/utilServices/AuthService.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const {
E2E_TEST_EMAIL,
} = require("@root/constants")
const { BadRequestError } = require("@root/errors/BadRequestError")
const logger = require("@root/logger/logger")
const logger = require("@root/logger/logger").default
const { isError } = require("@root/types")

const CLIENT_ID = config.get("github.clientId")
Expand Down

0 comments on commit 5af5703

Please sign in to comment.