Skip to content

Commit

Permalink
Fix ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Apr 5, 2024
1 parent 83fe74a commit e2b9aa9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/core/src/types/WebChatActivity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ type CoreActivityEssence<
(Type extends 'event'
? EventActivityEssence
: Type extends 'message'
? MessageActivityEssence
: Type extends 'typing'
? TypingActivityEssence
: { type: Type });
? MessageActivityEssence
: Type extends 'typing'
? TypingActivityEssence
: { type: Type });

// Concrete

Expand Down

0 comments on commit e2b9aa9

Please sign in to comment.