diff --git a/server/lib/resend.ts b/server/lib/resend.ts index 931dca20..7dd130c8 100644 --- a/server/lib/resend.ts +++ b/server/lib/resend.ts @@ -11,5 +11,5 @@ export async function moveEmailToAudience( email: string, audienceId: AudienceIds ) { - return + return; } \ No newline at end of file diff --git a/src/app/[orgId]/settings/resources/create/page.tsx b/src/app/[orgId]/settings/resources/create/page.tsx index 90bf88f5..809e7ac1 100644 --- a/src/app/[orgId]/settings/resources/create/page.tsx +++ b/src/app/[orgId]/settings/resources/create/page.tsx @@ -478,7 +478,7 @@ export default function Page() { const baseData = baseForm.getValues(); const isHttp = baseData.http; - const stickySessionData = targetsSettingsForm.getValues() + const stickySessionData = targetsSettingsForm.getValues(); try { const payload = {