Skip to content

Commit

Permalink
Fix error of being unable to parse when the profile class is unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaSekiu committed Sep 2, 2024
1 parent 67ee587 commit a4c9922
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/kotlin/moe/sekiu/minilpa/model/Profile.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ data class Profile(
@SerialName("provisioning")
PROVISIONING,
@SerialName("operational")
OPERATIONAL
OPERATIONAL,
@SerialName("unknown")
UNKNOWN
}
}

0 comments on commit a4c9922

Please sign in to comment.