Skip to content

Commit

Permalink
Merge pull request #67 from mlg87/update-deps
Browse files Browse the repository at this point in the history
fix(logger): fix incorrect import of formatISO
  • Loading branch information
mlg87 authored May 11, 2024
2 parents a713396 + 20245d2 commit 0d17ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/logger.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import formatISO from "date-fns/formatISO";
import { formatISO } from "date-fns/formatISO";
import winston from "winston";

const alignColorsAndTime = winston.format.combine(
Expand Down

0 comments on commit 0d17ceb

Please sign in to comment.