Skip to content

Commit 6aeb825

Browse files
committed
fix: Fix return type of /v2/filters/keywords/:id
1 parent 48d499b commit 6aeb825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mastodon/rest/v2/filters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export interface FiltersKeywords$SelectResource {
144144
* @returns FilterKeyword
145145
* @see https://docs.joinmastodon.org/methods/filters/#keywords-get-one
146146
*/
147-
fetch: Method<Paginator<FilterKeyword>>;
147+
fetch: Method<FilterKeyword>;
148148

149149
/**
150150
* Update the given filter keyword.

0 commit comments

Comments
 (0)