Skip to content

Commit

Permalink
My brain hurts
Browse files Browse the repository at this point in the history
I guess i should get drunk
  • Loading branch information
dan63047 committed Oct 10, 2024
1 parent 672c2a6 commit 3c83a6c
Show file tree
Hide file tree
Showing 2 changed files with 741 additions and 518 deletions.
4 changes: 2 additions & 2 deletions lib/data_objects/tetrio_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TetrioPlayer {
late String role;
int? avatarRevision;
int? bannerRevision;
DateTime? registrationTime;
late DateTime registrationTime;
List<Badge> badges = [];
String? bio;
String? country;
Expand All @@ -39,7 +39,7 @@ class TetrioPlayer {
required this.state,
this.avatarRevision,
this.bannerRevision,
this.registrationTime,
required this.registrationTime,
required this.badges,
this.bio,
this.country,
Expand Down
Loading

0 comments on commit 3c83a6c

Please sign in to comment.