Skip to content

Commit

Permalink
remove constant sentense:
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-debbech committed May 20, 2024
1 parent 754126e commit c28ca75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tabs/events.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class _AllEventsState extends State<AllEvents> {
nc = value,
_timer = Timer.periodic(Duration(seconds: 1), (timer) {
if (globals.appState != null) {
globals.appState!.past_kid_party_budokai = "1716214520000";
setState(() {
names.add(Sortable(
name: "adult_party_budokai",
Expand Down

0 comments on commit c28ca75

Please sign in to comment.