Skip to content

Commit

Permalink
fix: Hide uptime limit for externals
Browse files Browse the repository at this point in the history
  • Loading branch information
SantioMC committed Apr 13, 2024
1 parent 75ef3b6 commit 66b76f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ data class ServerModel(
get() = timeRemaining <= 0

val hasDailyLimit: Boolean
get() = dailyUptime.isNullOrEmpty().not()
get() = dailyUptime.isNullOrEmpty().not() && plan != ServerPlan.EXTERNAL
}

0 comments on commit 66b76f4

Please sign in to comment.