mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
🎨 🧹📝 remove todos, document typing
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
import { sendMail } from "./sendMail";
|
||||
import { NEXT_PUBLIC_WEBAPP_URL } from "@documenso/lib/constants";
|
||||
import { signingCompleteTemplate } from "@documenso/lib/mail";
|
||||
import { Document as PrismaDocument } from "@prisma/client";
|
||||
|
||||
export const sendSigningDoneMail = async (
|
||||
recipient: any,
|
||||
document: any,
|
||||
document: PrismaDocument,
|
||||
user: any
|
||||
) => {
|
||||
await sendMail(
|
||||
|
||||
Reference in New Issue
Block a user