Ordered items list

merge-requests/30/head
Bob Mottram 2022-11-27 23:18:42 +00:00
parent ea50006402
commit a4109e5de5
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ def get_moved_feed(base_dir: str, domain: str, port: int, path: str,
'first': first_str, 'first': first_str,
'id': id_str, 'id': id_str,
'totalItems': total_str, 'totalItems': total_str,
'type': 'OrderedCollection' 'type': 'OrderedCollection',
'orderedItems': []
} }
return following return following