Skip to content

Commit

Permalink
fix: empty string in case there is mo league
Browse files Browse the repository at this point in the history
  • Loading branch information
1grzyb1 committed Apr 2, 2024
1 parent 41d8a78 commit d29f19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/odyseja/odysejapka/gad/Team.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ data class Team(
part.toInt(),
day.lowercase(),
getSpontanDay(),
league,
if (league != "0") league else "",
zspRow = zspRow,
zspSheet = zspSheet
)
Expand Down

0 comments on commit d29f19a

Please sign in to comment.