From 4d0c7352778be7e0af65a215034c0efb648c5868 Mon Sep 17 00:00:00 2001 From: totoro Date: Sat, 4 May 2024 11:52:15 +0900 Subject: [PATCH] reverse the result list to order it in right way --- controller/hk_rows_import.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/hk_rows_import.anubis b/controller/hk_rows_import.anubis index c0e88a7..15cc90b 100644 --- a/controller/hk_rows_import.anubis +++ b/controller/hk_rows_import.anubis @@ -107,7 +107,7 @@ define (Int, List(List(String))) List(List(String)) so_far ) = if max_count =< 0 then - (offset, so_far) + (offset, reverse(so_far)) else if cvs_line_reader(unique) is { -- libgit2 0.21.4