Skip to content

Commit

Permalink
Remove transaction_id from DelayedEventInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Oct 10, 2024
1 parent 91e8bb6 commit af0acea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/@types/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ type DelayedPartialTimelineEvent = {

type DelayedPartialStateEvent = DelayedPartialTimelineEvent & {
state_key: string;
transaction_id: string;
};

type DelayedPartialEvent = DelayedPartialTimelineEvent | DelayedPartialStateEvent;
Expand Down

0 comments on commit af0acea

Please sign in to comment.