Skip to content

Commit

Permalink
fix: Fix type of hashtags to be an array in Search entity
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Dec 26, 2023
1 parent e886410 commit 35cad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mastodon/entities/v2/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export interface Search {
/** Statuses which match the given query */
statuses: Status[];
/** Hashtags which match the given query */
hashtags: Tag;
hashtags: Tag[];
}

0 comments on commit 35cad26

Please sign in to comment.