Skip to content

Commit

Permalink
fix logging link (#4189)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer authored Feb 9, 2024
1 parent ccb9146 commit 1008bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/functions/server/getSubscriberEmails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { Session } from "next-auth";
import { getSubscriberByEmail } from "../../../db/tables/subscribers.js";
import { getUserEmails } from "../../../db/tables/emailAddresses.js";
import { logger } from "./logging.js";
import { logger } from "./logging";

/**
* NOTE: new function to replace getUserBreaches
Expand Down

0 comments on commit 1008bfe

Please sign in to comment.