diff options
Diffstat (limited to 'src/main/kotlin/moe/nea/firmament/apis/Profiles.kt')
-rw-r--r-- | src/main/kotlin/moe/nea/firmament/apis/Profiles.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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<Skill, CollectionSkillData> + val collections: Map<String, CollectionSkillData> ) @Serializable |