chore: update query type

This commit is contained in:
CMK 2021-04-07 18:01:19 +08:00
parent c678d43209
commit e7279a0ab6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ extension Mastodon.API.Favorites {
.eraseToAnyPublisher() .eraseToAnyPublisher()
} }
public struct FavoriteStatusesQuery: GetQuery,TimelineQueryType { public struct FavoriteStatusesQuery: GetQuery, PagedQueryType {
public var limit: Int? public var limit: Int?
public var minID: String? public var minID: String?