Skip to content

Commit

Permalink
chore: changed graceful exit fn location to utils specifc file
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCharrier committed Nov 14, 2024
1 parent 7e5ede5 commit 75c86af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/queueing/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
createMatomoServiceAccount,
createMatomoServiceAccountTopic,
} from "./workers/create-matomo-account";
import { gracefulExit } from "../system";
import { ErrorWithStatus } from "@/utils/error";
import { gracefulExit } from "@/utils/gracefulExist";

let databaseUrl = process.env.DATABASE_URL || "";
databaseUrl = databaseUrl.replace("sslmode=prefer", "sslmode=no-verify");
Expand Down
File renamed without changes.

0 comments on commit 75c86af

Please sign in to comment.