Skip to content

Commit f4fb9dc

Browse files
fix lint
1 parent a339c11 commit f4fb9dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/lib/resend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export async function moveEmailToAudience(
1111
email: string,
1212
audienceId: AudienceIds
1313
) {
14-
return
14+
return;
1515
}

src/app/[orgId]/settings/resources/create/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ export default function Page() {
478478

479479
const baseData = baseForm.getValues();
480480
const isHttp = baseData.http;
481-
const stickySessionData = targetsSettingsForm.getValues()
481+
const stickySessionData = targetsSettingsForm.getValues();
482482

483483
try {
484484
const payload = {

0 commit comments

Comments
 (0)