fix: collection page ids for context
This commit is contained in:
parent
5c94e37937
commit
b3b2dd051f
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ pub async fn page(
|
|||
.map(|item| item.ap())
|
||||
.collect();
|
||||
|
||||
crate::builders::collection_page(&id, offset, limit, items)
|
||||
crate::builders::collection_page(&ctx.oid(&id), offset, limit, items)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue