chore: code cleanup

This commit is contained in:
rebelonion 2024-04-19 06:03:40 -05:00
parent 386e02a564
commit 24147e746a
198 changed files with 1367 additions and 965 deletions

View file

@ -12,8 +12,8 @@ data class User(
val status: String? = null,
val score: Float? = null,
val progress: Int? = null,
val totalEpisodes : Int? = null,
val nextAiringEpisode : Int? = null,
val totalEpisodes: Int? = null,
val nextAiringEpisode: Int? = null,
) : java.io.Serializable {
companion object {
private const val serialVersionUID: Long = 1