merge fixes

This commit is contained in:
Mikayla Fischler
2025-10-26 17:22:07 -04:00
parent deeeb612b1
commit a48c8c1efe
2 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ local tmp_cfg = {
ConnTimeout = nil, ---@type number
WiredModem = false, ---@type string|false
TrustedRange = nil, ---@type number
AuthKey = "", ---@type string
AuthKey = nil, ---@type string|nil
LogMode = 0, ---@type LOG_MODE
LogPath = "",
LogDebug = false,