From e7279a0ab6cd0fbbcbd8a29e108066cba79e2b31 Mon Sep 17 00:00:00 2001 From: CMK Date: Wed, 7 Apr 2021 18:01:19 +0800 Subject: [PATCH] chore: update query type --- .../Sources/MastodonSDK/API/Mastodon+API+Favorites.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MastodonSDK/Sources/MastodonSDK/API/Mastodon+API+Favorites.swift b/MastodonSDK/Sources/MastodonSDK/API/Mastodon+API+Favorites.swift index 8f750c7db..01b9d61a4 100644 --- a/MastodonSDK/Sources/MastodonSDK/API/Mastodon+API+Favorites.swift +++ b/MastodonSDK/Sources/MastodonSDK/API/Mastodon+API+Favorites.swift @@ -45,7 +45,7 @@ extension Mastodon.API.Favorites { .eraseToAnyPublisher() } - public struct FavoriteStatusesQuery: GetQuery,TimelineQueryType { + public struct FavoriteStatusesQuery: GetQuery, PagedQueryType { public var limit: Int? public var minID: String?