From 2e283751a4a89ef66d6fad6392066074f5dc8832 Mon Sep 17 00:00:00 2001 From: luchersou <195580638+luchersou@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:46:36 -0300 Subject: [PATCH] fix: mark unused schema parameter --- src/rx-query-helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rx-query-helper.ts b/src/rx-query-helper.ts index 8db19aff82a..203588a3613 100644 --- a/src/rx-query-helper.ts +++ b/src/rx-query-helper.ts @@ -186,7 +186,7 @@ export function normalizeMangoQuery( * a query over the db would do. */ export function getSortComparator( - schema: RxJsonSchema>, + _schema: RxJsonSchema>, query: FilledMangoQuery ): DeterministicSortComparator { if (!query.sort) {