Skip to content

Commit

Permalink
Fix event documentation referencing wrong filter type
Browse files Browse the repository at this point in the history
  • Loading branch information
turecross321 committed Nov 2, 2023
1 parent 44edf55 commit 70d67a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class ApiEventsEndpoint : EndpointGroup
[Authentication(false)]
[DocUsesPageData]
[DocUsesFiltration<EventFilters>]
[DocUsesOrder<UserOrderType>]
[DocUsesOrder<EventOrderType>]
[DocSummary("Lists events.")]
public ApiListResponse<ApiEventResponse> GetEvents(RequestContext context, GameDatabaseContext database,
GameUser? user)
Expand Down

0 comments on commit 70d67a4

Please sign in to comment.