mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-14 20:16:38 +00:00
fix lint
This commit is contained in:
@@ -11,5 +11,5 @@ export async function moveEmailToAudience(
|
|||||||
email: string,
|
email: string,
|
||||||
audienceId: AudienceIds
|
audienceId: AudienceIds
|
||||||
) {
|
) {
|
||||||
return
|
return;
|
||||||
}
|
}
|
||||||
@@ -478,7 +478,7 @@ export default function Page() {
|
|||||||
|
|
||||||
const baseData = baseForm.getValues();
|
const baseData = baseForm.getValues();
|
||||||
const isHttp = baseData.http;
|
const isHttp = baseData.http;
|
||||||
const stickySessionData = targetsSettingsForm.getValues()
|
const stickySessionData = targetsSettingsForm.getValues();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const payload = {
|
const payload = {
|
||||||
|
|||||||
Reference in New Issue
Block a user