Skip to content

Commit

Permalink
fix ui type
Browse files Browse the repository at this point in the history
  • Loading branch information
rotorsoft authored and ilijabojanovic committed Dec 3, 2024
1 parent 5332a18 commit f88a370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/commonwealth/client/scripts/models/Thread.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export class Thread implements IUniqueId {
avatar_url?: string | null;
address_last_active?: string;
associatedReactions?: ReactionView[];
associatedContests?: ContestView[];
associatedContests?: ContestView[] | null;
recentComments?: CommentView[];
ContestActions?: ContestActionView[];
},
Expand Down

0 comments on commit f88a370

Please sign in to comment.