wip: Affiliation request

This commit is contained in:
2024-07-14 23:04:22 +02:00
parent b2438ec3d8
commit 682894f326
20 changed files with 322 additions and 53 deletions

View File

@@ -17,7 +17,7 @@ public class SimpleClubModel {
String name;
String country;
String shieldURL;
String no_affiliation;
Long no_affiliation;
public static SimpleClubModel fromModel(ClubModel model) {
if (model == null)