fix inquiry message emails
This commit is contained in:
@@ -90,6 +90,7 @@ export async function sendNewInquiryEmail(inquiryId: number) {
|
||||
}
|
||||
|
||||
export async function sendInquiryMessageEmail(inquiryId: number, sender: Sender) {
|
||||
console.log(inquiryId);
|
||||
const [item]: Item[] = await sql`
|
||||
SELECT
|
||||
i.*,
|
||||
|
||||
Reference in New Issue
Block a user