From e9ad4f04a58566496c4185e8f8267c1332e8a770 Mon Sep 17 00:00:00 2001 From: Andrew Besedin Date: Wed, 18 Feb 2026 03:28:02 +0300 Subject: [PATCH] fix: fix pair filter --- src/utils/methods.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/methods.ts b/src/utils/methods.ts index b07aac1..57b5072 100644 --- a/src/utils/methods.ts +++ b/src/utils/methods.ts @@ -253,7 +253,7 @@ export async function getUserOrdersPage(pairId: string): Promise { return axios .patch('/api/orders/get', { @@ -262,6 +262,7 @@ export async function getUserOrders({ limit, offset, filterInfo: { + pairId, status, type, date: date