Skip to content

Commit 4f1413b

Browse files
committed
oops, forgot to pass the user parameter
1 parent 297a3f8 commit 4f1413b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/UnidocServer/Swiftinit.AnyEndpoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ extension Swiftinit.AnyEndpoint
210210
{
211211
.interactive(Swiftinit.PipelineEndpoint<Unidoc.EditionsQuery>.init(
212212
output: parameters.explain ? nil : .text(.html),
213-
query: .init(package: .init(trunk), limit: 12),
213+
query: .init(package: .init(trunk), limit: 12, user: parameters.user),
214214
tag: parameters.tag))
215215
}
216216

0 commit comments

Comments
 (0)