From 88493f680553f93ef780663133818b1401a10b92 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 3 Nov 2025 16:14:24 +0100 Subject: [PATCH] :bug: Fix incorrect query for subscription editors (#7672) Default teams should be present on the query results --- backend/src/app/rpc/commands/profile.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/app/rpc/commands/profile.clj b/backend/src/app/rpc/commands/profile.clj index 38e86f5043..4207db2d22 100644 --- a/backend/src/app/rpc/commands/profile.clj +++ b/backend/src/app/rpc/commands/profile.clj @@ -484,7 +484,6 @@ WHERE tpr1.profile_id = ? AND tpr1.is_owner IS true AND tpr2.can_edit IS true - AND NOT t.is_default AND t.deleted_at IS NULL") (sv/defmethod ::get-subscription-usage