Skip to content

Commit

Permalink
fix: Import (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
pettermachado authored Oct 8, 2024
1 parent a5143dd commit 594e760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { addDays, addHours, addMinutes } from "date-fns";
import { Sequelize, DataTypes, SyncOptions, Options } from "sequelize";
import { getLogger } from "../logger";
import { getLogger } from "../logger/index.js";

const logger = getLogger("db/index");

Expand Down

0 comments on commit 594e760

Please sign in to comment.