#575 ensure max burn is a number for multiplying

This commit is contained in:
Mikayla
2024-12-10 23:22:15 +00:00
parent 6838d21bd7
commit 849caa2521
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.5.17"
local SUPERVISOR_VERSION = "v1.5.18"
local println = util.println
local println_ts = util.println_ts