remove unused fieldsArr

This commit is contained in:
Fendy Heryanto
2026-01-31 08:24:58 +00:00
parent 260c61df67
commit bc1d9705e3

View File

@@ -341,7 +341,6 @@ export class DataV3Service {
const parsedSort: any | any[] = Array.isArray(parsedSortJSON)
? parsedSortJSON
: [parsedSortJSON];
fieldsArr = parsedSort.map((s) => s.field);
if (
parsedSort.some(