Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
Update activity_model.dart
Browse files Browse the repository at this point in the history
Weird GitHub duplication fixed
  • Loading branch information
jsondergaard authored Nov 20, 2023
1 parent 92fd094 commit c6f99a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/models/activity_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ class ActivityModel implements Model {
/// The index of the chosen pictogram activity
int chosenActivity = -1;

/// The index of the chosen pictogram activity
int chosenActivity = -1;

@override
Map<String, dynamic> toJson() {
return <String, dynamic>{
Expand Down

0 comments on commit c6f99a1

Please sign in to comment.