Skip to content

Commit 5bc2eda

Browse files
committed
chore: fix pr review nitpicks
1 parent eea15e1 commit 5bc2eda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/logger/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/logger/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Writable } from "stream";
1+
import type { Writable } from "node:stream";
22
import winston from "winston";
33

44
/**

0 commit comments

Comments
 (0)