#332 fixed turbine production rate on coordinator UI

This commit is contained in:
Mikayla Fischler
2023-08-26 12:22:47 -04:00
parent 386a33ffd8
commit 17698b7fb4
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ local sounder = require("coordinator.sounder")
local apisessions = require("coordinator.session.apisessions")
local COORDINATOR_VERSION = "v1.0.7"
local COORDINATOR_VERSION = "v1.0.8"
local println = util.println
local println_ts = util.println_ts