Skip to content

Commit 02419e0

Browse files
committed
chore: housekeeping
1 parent c9f9faa commit 02419e0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

web/functions/api/subscribe.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ async function subscribeToResend(email: string, env: Env): Promise<Response> {
117117
email,
118118
unsubscribed: false,
119119
segments: [{ id: env.RESEND_SEGMENT_ID }],
120-
properties: { source: "landing-page" },
121120
}),
122121
});
123122
} catch (error) {

web/tests/subscribe.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ describe("Resend", () => {
141141
email: "dev@example.com",
142142
unsubscribed: false,
143143
segments: [{ id: SEGMENT }],
144-
properties: { source: "landing-page" },
145144
});
146145
expect(sent).not.toHaveProperty("audience_id");
147146
});

0 commit comments

Comments
 (0)