chore: update query type
This commit is contained in:
parent
c678d43209
commit
e7279a0ab6
|
@ -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?
|
||||||
|
|
Loading…
Reference in New Issue