Fixes pt 1

This commit is contained in:
Marvin M
2021-10-01 17:18:17 +02:00
parent 2c7a73a965
commit 45a2a5f857
85 changed files with 547 additions and 568 deletions

View File

@@ -34,7 +34,7 @@ class WgerHttpException implements Exception {
errors = responseBody;
}
}
this.errors = errors;
errors = errors;
}
@override