Skip to content

Commit

Permalink
fix: wholeWord is a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnyTheCarrot committed Apr 9, 2023
1 parent 7152917 commit c625a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mastodon/v1/entities/filter-keyword.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export interface FilterKeyword {
/** The phrase to be matched against. */
keyword: string;
/** Should the filter consider word boundaries? See [implementation guidelines](https://docs.joinmastodon.org/api/guidelines/#filters) for filters. */
wholeWord: string;
wholeWord: boolean;
}

0 comments on commit c625a20

Please sign in to comment.