Skip to content

Commit

Permalink
Change import for logger
Browse files Browse the repository at this point in the history
Required for cypress
  • Loading branch information
J12934 committed May 6, 2023
1 parent 86888a1 commit ab1de44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: MIT
*/

import winston from 'winston'
import * as winston from 'winston'

export default winston.createLogger({
transports: [
Expand Down

0 comments on commit ab1de44

Please sign in to comment.