Skip to content

Commit

Permalink
fix: add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCharrier committed Nov 20, 2024
1 parent 2e87bca commit 260a244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/schedulers/setEmailExpired.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { addEvent } from "@/lib/events";
import { db } from "@/lib/kysely";
import { getAllUsersInfo } from "@/lib/kysely/queries/users";
import { EventCode, SYSTEM_NAME } from "@/models/actionEvent";
import { memberBaseInfoToModel } from "@/models/mapper";
import { EmailStatusCode } from "@/models/member";
import { memberBaseInfoSchemaType } from "@/models/member";
Expand Down

0 comments on commit 260a244

Please sign in to comment.