Skip to content

Commit 0fdc2ae

Browse files
committed
Fix block order bug of block upload apis.
1 parent 19990b9 commit 0fdc2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/repo-op.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ json_to_file_list (const char *files_json)
918918
}
919919

920920
json_decref (array);
921-
return files;
921+
return g_list_reverse(files);
922922
}
923923

924924
/*

0 commit comments

Comments
 (0)