From 2f700453a4f688898c2c0040b3e0a628e89fa335 Mon Sep 17 00:00:00 2001 From: nea Date: Sun, 30 Jul 2023 14:40:53 +0200 Subject: Fix skill data breaking collections --- src/main/kotlin/moe/nea/firmament/apis/Profiles.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/moe/nea/firmament/apis') diff --git a/src/main/kotlin/moe/nea/firmament/apis/Profiles.kt b/src/main/kotlin/moe/nea/firmament/apis/Profiles.kt index 553fd9f..0f014a5 100644 --- a/src/main/kotlin/moe/nea/firmament/apis/Profiles.kt +++ b/src/main/kotlin/moe/nea/firmament/apis/Profiles.kt @@ -27,7 +27,7 @@ data class CollectionSkillData( @Serializable data class CollectionResponse( val success: Boolean, - val collections: Map + val collections: Map ) @Serializable -- cgit