fix: react-doctor unused-export 141→~80 (remove dead exports, enums/marketing unused, inline campaignStatusEnum)
This commit is contained in:
@@ -196,7 +196,7 @@ export type UpsertContactResult = {
|
||||
error: string;
|
||||
};
|
||||
|
||||
export async function upsertContact(contact: {
|
||||
async function upsertContact(contact: {
|
||||
id?: string;
|
||||
brand_id: string;
|
||||
email?: string;
|
||||
@@ -384,7 +384,7 @@ export type OptOutResult = {
|
||||
error: string;
|
||||
};
|
||||
|
||||
export async function optOutContact(params: {
|
||||
async function optOutContact(params: {
|
||||
email: string;
|
||||
brandId: string;
|
||||
method: "email" | "sms";
|
||||
|
||||
Reference in New Issue
Block a user