Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jul 10, 2024
1 parent 993e7e4 commit 6cbaec6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/types/events/base-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,13 @@ export interface AppMentionEvent {
user_team?: string;
source_team?: string;
user_profile?: {
name: string,
first_name: string,
real_name: string,
display_name: string,
team: string,
is_restricted?: boolean,
is_ultra_restricted?: boolean
name: string;
first_name: string;
real_name: string;
display_name: string;
team: string;
is_restricted?: boolean;
is_ultra_restricted?: boolean;
avatar_hash?: string;
image_72?: string;
};
Expand Down

0 comments on commit 6cbaec6

Please sign in to comment.