We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a339c11 commit f4fb9dcCopy full SHA for f4fb9dc
server/lib/resend.ts
@@ -11,5 +11,5 @@ export async function moveEmailToAudience(
11
email: string,
12
audienceId: AudienceIds
13
) {
14
- return
+ return;
15
}
src/app/[orgId]/settings/resources/create/page.tsx
@@ -478,7 +478,7 @@ export default function Page() {
478
479
const baseData = baseForm.getValues();
480
const isHttp = baseData.http;
481
- const stickySessionData = targetsSettingsForm.getValues()
+ const stickySessionData = targetsSettingsForm.getValues();
482
483
try {
484
const payload = {
0 commit comments