From edc68bd6d2724d134afa55f48243f18d347a324c Mon Sep 17 00:00:00 2001 From: "Hartenstein Ruben (PEA4-Fe)" Date: Tue, 26 Jan 2021 13:40:13 +0100 Subject: [PATCH] Fixed uppercase change for commented out code --- src/routes/sample.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/sample.ts b/src/routes/sample.ts index 5ff8880..5f83722 100644 --- a/src/routes/sample.ts +++ b/src/routes/sample.ts @@ -802,7 +802,7 @@ function customFieldsChange (fields, amount, req) { // Update custom_fields and }); } -function sortQuery(filters, sortKeys, sortStartValue) { // SortKeys = ['primary key', 'secondary key'] +function sortQuery(filters, sortKeys, sortStartValue) { // sortKeys = ['primary key', 'secondary key'] if (filters['from-id']) { // From-id specified const ssv = sortStartValue !== undefined; // If value is not given, match for existence if ((filters['to-page'] === 0 && filters.sort[1] === 1) || (filters.sort[1] * filters['to-page'] > 0)) { // Asc