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

Commit

Permalink
fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialCrafter committed Dec 13, 2023
1 parent e240bc6 commit 6bb2e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/logging.server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import bunyan, { INFO, TRACE } from 'bunyan';
const { WARN, createLogger, stdSerializers } = bunyan;
const { createLogger, stdSerializers } = bunyan;

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

0 comments on commit 6bb2e96

Please sign in to comment.