From 31d2a90483eb9b72ca1cfe84485d969a5db18310 Mon Sep 17 00:00:00 2001 From: Shuveb Hussain Date: Fri, 6 Mar 2026 15:18:33 +0530 Subject: [PATCH] fix: remove duplicate updateInboxReadPosition from merge Co-Authored-By: Claude Opus 4.6 --- frontend/lib/api/client.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/frontend/lib/api/client.ts b/frontend/lib/api/client.ts index 66510be..9a5cd6e 100644 --- a/frontend/lib/api/client.ts +++ b/frontend/lib/api/client.ts @@ -2425,17 +2425,6 @@ export class ApiClient { ); } - async updateInboxReadPosition( - orgId: string, - data: { - conversation_type: string; - conversation_id: string; - sequence_number: number; - }, - ): Promise { - return this.post(`/api/v1/orgs/${orgId}/inbox/read-position`, data); - } - // ============================================ // Grounding Notes // ============================================