This commit is contained in:
Anthony Wang 2023-02-01 21:25:12 +00:00
parent 8f42f98d9f
commit de771dcd76
No known key found for this signature in database
GPG Key ID: 42A5B952E6DD8D38
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ func responseCollection(ctx *context.APIContext, iri string, listOptions db.List
ctx.ServerError("Append", err)
}
}
response(ctx, page)
}