Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialCrafter committed Dec 11, 2023
1 parent d05eca5 commit 773d7a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/logging.server.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { WARN, createLogger, stdSerializers } from 'bunyan';
import bunyan from 'bunyan';
const { WARN, createLogger, stdSerializers } = bunyan;

const transactionSerializer = transaction => {
if (!transaction?.status) return transaction;
Expand Down

0 comments on commit 773d7a7

Please sign in to comment.