Fix lint errors

This commit is contained in:
Owen
2025-10-05 15:22:54 -07:00
parent 9649d9a46b
commit e5f4da9a99
14 changed files with 23 additions and 25 deletions

View File

@@ -651,7 +651,7 @@ export class UsageService {
}
}
return result
return result;
} catch (error) {
logger.error(
`Failed to get usage for ${orgId}/${featureId}:`,

View File

@@ -155,7 +155,7 @@ export const privateConfigSchema = z
localFilePath: z.string()
})
.optional(),
})
});
export function readPrivateConfigFile() {
if (build == "oss") {

View File

@@ -59,7 +59,7 @@ export async function moveEmailToAudience(
if (data) {
logger.debug(
`Added email ${email} to audience ${audienceId} with contact ID ${data.id}`
)
);
}
const otherAudiences = Object.values(AudienceIds).filter(