Fix eslint

This commit is contained in:
KMKoushik
2024-04-22 12:46:53 +10:00
parent ae249df47d
commit 493e9fb63a
40 changed files with 72 additions and 133 deletions
+1
View File
@@ -159,6 +159,7 @@ export async function sendEmailWithAttachments({
to,
from,
subject,
// eslint-disable-next-line no-unused-vars
text,
html,
attachments,
-2
View File
@@ -1,5 +1,3 @@
import { JsonValue } from "@prisma/client/runtime/library";
import { db } from "../db";
import { APP_SETTINGS } from "~/utils/constants";
import { createTopic, subscribeEndpoint } from "./sns";
import { env } from "~/env";