From 6d53532adaf82ff1b00564fb2a5dd8427225b085 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:08:08 +0400 Subject: [PATCH] fix --- src/Simplex/Chat/Store/Groups.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simplex/Chat/Store/Groups.hs b/src/Simplex/Chat/Store/Groups.hs index cfa5c3cb45..b08ab5c8b6 100644 --- a/src/Simplex/Chat/Store/Groups.hs +++ b/src/Simplex/Chat/Store/Groups.hs @@ -1150,7 +1150,7 @@ getGroupRelayById db relayId = DB.query db [sql| - SELECT group_relay_id, chat_relay_id, chat_relay_id, relay_status, relay_link + SELECT group_relay_id, chat_relay_id, relay_status, relay_link FROM group_relays WHERE group_relay_id = ? |]