Skip to content

Commit

Permalink
add sendable conformance to ViewerMilestoneInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Mar 8, 2023
1 parent e38cab1 commit c41b28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/TwitchIRC/IncomingMessage/UserNotice.swift
Original file line number Diff line number Diff line change
Expand Up @@ -829,4 +829,5 @@ extension UserNotice.MessageID.CommunityPayForwardInfo: Sendable { }
extension UserNotice.MessageID.StandardPayForwardInfo: Sendable { }
extension UserNotice.MessageID.MidnightSquidInfo: Sendable { }
extension UserNotice.MessageID.CharityDonationInfo: Sendable { }
extension UserNotice.MessageID.ViewerMilestoneInfo: Sendable { }
#endif

0 comments on commit c41b28d

Please sign in to comment.