From 379f7b9aa2347ae77ecbacf1391e25697652f4d4 Mon Sep 17 00:00:00 2001 From: prateek banga Date: Mon, 28 Aug 2023 20:41:47 +0530 Subject: [PATCH] fixes subquery attribute in collection config --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index d7f6a6601c..626676259b 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -1672,7 +1672,7 @@ $commonCollections = [ 'signed' => true, 'required' => false, 'default' => null, - 'array' => true, + 'array' => false, 'filters' => ['subQueryTopicTargets'], ] ],