Skip to content

Commit

Permalink
Fix logger import.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Sep 5, 2024
1 parent 82c814b commit 5cd54f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oid4/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import {asyncHandler} from '@bedrock/express';
import bodyParser from 'body-parser';
import cors from 'cors';
import {logger} from './logger.js';
import {logger} from '../logger.js';
import {UnsecuredJWT} from 'jose';
import {createValidateMiddleware as validate} from '@bedrock/validation';

Expand Down

0 comments on commit 5cd54f9

Please sign in to comment.