update resend ids

This commit is contained in:
miloschwartz
2025-10-22 15:14:57 -07:00
parent 6f8b5dd909
commit 1baa987016
3 changed files with 10 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
export enum AudienceIds {
General = "",
Subscribed = "",
Churned = ""
SignUps = "",
Subscribed = "",
Churned = "",
Newsletter = ""
}
let resend;
@@ -12,4 +13,4 @@ export async function moveEmailToAudience(
audienceId: AudienceIds
) {
return;
}
}