Skip to content

Commit

Permalink
Merge pull request #24 from IamMuuo/dev
Browse files Browse the repository at this point in the history
fix: CI/CD build error fail fix
  • Loading branch information
IamMuuo authored Oct 13, 2023
2 parents b6f9ca5 + 8618fb1 commit f027689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/models/user.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class User {
balance = json["feebalance"],
profile = json["profile"] {
json["profile"] = "a";
print(json);
}

Map<String, dynamic> toModel() {
Expand Down

0 comments on commit f027689

Please sign in to comment.