Skip to content

Commit

Permalink
Update lib/src/messages/pause_collection.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Maksym Tielnyi <[email protected]>
  • Loading branch information
1 parent 9b10078 commit 36a3217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/messages/pause_collection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ part of '../../messages.dart';
@JsonSerializable()
class PauseCollection extends Message {
final PauseCollectionBehavior behavior;
@TimestampConverter()
final DateTime? resumesAt;

PauseCollection({
Expand Down

0 comments on commit 36a3217

Please sign in to comment.