Skip to content

Commit

Permalink
xoa config khong can thiet
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeusmz committed Dec 31, 2024
1 parent aba82a0 commit 3b962aa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ class MainConfig : FileConfig("config") {
val pointUnit = config.getString("point-unit", "point")!!.color()
val extraUntil = dateAndTimeFormat.parse(config.getString("extra-until", "01/01/1970 00:00")).time
val extraRate = config.getDouble("extra-rate")
val enableStatusNotification = config.getBoolean("enable-status-notification") // TODO
val dbEngine = config.getString("database.engine", "h2")!!
val provider = config.getString("provider", "")!!
val server = config.getString("server", "")!!
val cardTypes = config.getConfigurationSection("card-types")!!.run {
Expand Down

0 comments on commit 3b962aa

Please sign in to comment.