From d9ae171cc78c8b3f081d7bcb0c7885734dc06e73 Mon Sep 17 00:00:00 2001 From: Dries Augustyns Date: Tue, 17 Feb 2026 19:09:01 +0100 Subject: [PATCH] chore: fix linting errors --- apps/api/src/jobs/segment-count-processor.ts | 2 -- apps/web/src/pages/workflows/[id].tsx | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/api/src/jobs/segment-count-processor.ts b/apps/api/src/jobs/segment-count-processor.ts index 4225042..83710a2 100644 --- a/apps/api/src/jobs/segment-count-processor.ts +++ b/apps/api/src/jobs/segment-count-processor.ts @@ -18,8 +18,6 @@ import {SegmentService} from '../services/SegmentService.js'; * - For segments without trackMembership: only update counts */ async function processProjectSegments(projectId: string, projectName?: string): Promise { - const logPrefix = projectName ? `${projectName} (${projectId})` : projectId; - // Get all segments for this project, separating tracked vs non-tracked const segments = await prisma.segment.findMany({ where: {projectId}, diff --git a/apps/web/src/pages/workflows/[id].tsx b/apps/web/src/pages/workflows/[id].tsx index 2ebd5a7..0ccdef5 100644 --- a/apps/web/src/pages/workflows/[id].tsx +++ b/apps/web/src/pages/workflows/[id].tsx @@ -1584,7 +1584,7 @@ function AddStepDialog({open, onOpenChange, workflowId, onSuccess}: AddStepDialo

- Continue the workflow after this time even if the event hasn't occurred + Continue the workflow after this time even if the event hasn't occurred

@@ -1676,7 +1676,7 @@ function AddStepDialog({open, onOpenChange, workflowId, onSuccess}: AddStepDialo rows={4} />

- JSON object with fields to update in the contact's data + JSON object with fields to update in the contact's data