Skip to content

Commit

Permalink
🐛 fix: broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
larwaa committed Jul 15, 2023
1 parent 67790c2 commit 9d57991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { CabinService } from "@/services/cabins/index.js";
import { MailService } from "@/services/mail/index.js";
import { UserService } from "@/services/users/index.js";

import { feideClient } from "./services/auth/clients";
import { feideClient } from "./services/auth/clients.js";

Sentry.init({
dsn: env.SENTRY_DSN,
Expand Down

0 comments on commit 9d57991

Please sign in to comment.