Skip to content

Commit

Permalink
Fix subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Aug 4, 2023
1 parent e478a3b commit c10900d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/subscription/client_subscription_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ base mixin SpinifyClientSubscriptionSubscribeMixin
_config,
switch (state.since) {
null => null,
({String epoch, fixnum.Int64 offset}) s => (
epoch: s.epoch,
(epoch: String epoch, offset: fixnum.Int64 _) => (
epoch: epoch,
offset: _offset,
),
},
Expand Down

0 comments on commit c10900d

Please sign in to comment.