Skip to content

Commit

Permalink
another missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Sep 27, 2024
1 parent 9230b35 commit e6acb2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/com/posts/FeedItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ interface FeedItemProps {
record: AppBskyFeedPost.Record
reason:
| AppBskyFeedDefs.ReasonRepost
| AppBskyFeedDefs.ReasonPin
| ReasonFeedSource
| {[k: string]: unknown; $type: string}
| undefined
Expand Down

0 comments on commit e6acb2b

Please sign in to comment.