Skip to content

Commit

Permalink
unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dsamojlenko committed Oct 17, 2024
1 parent 4133dc4 commit 2d9f84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/invitations/tests/invitations.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { prisma } from "@lib/integration/prismaConnector";
import { prismaMock } from "@jestUtils";
import { getUser } from "@lib/users";
import { assignUserToTemplate, getTemplateWithAssociatedUsers } from "@lib/templates";
import { getTemplateWithAssociatedUsers } from "@lib/templates";
import { sendEmail } from "@lib/integration/notifyConnector";
import {
InvalidDomainError,
Expand Down

0 comments on commit 2d9f84b

Please sign in to comment.