Make default config string be empty instead of nil

This commit is contained in:
2021-02-10 19:42:29 -06:00
parent b625f53b6e
commit 4b1fdd9baf

View File

@@ -137,7 +137,7 @@ module TAC
data: {
hostname: TACNET::DEFAULT_HOSTNAME,
port: TACNET::DEFAULT_PORT,
config: nil,
config: "",
}
}
)