mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 13:52:34 +00:00
Make default config string be empty instead of nil
This commit is contained in:
@@ -137,7 +137,7 @@ module TAC
|
|||||||
data: {
|
data: {
|
||||||
hostname: TACNET::DEFAULT_HOSTNAME,
|
hostname: TACNET::DEFAULT_HOSTNAME,
|
||||||
port: TACNET::DEFAULT_PORT,
|
port: TACNET::DEFAULT_PORT,
|
||||||
config: nil,
|
config: "",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user