Apply session on the menuhandler store returns

This commit is contained in:
lash
2025-01-20 12:09:09 +00:00
parent 60ff1b0ab3
commit 874edb3da6
2 changed files with 28 additions and 5 deletions

View File

@@ -62,7 +62,6 @@ func ApplyConn(connStr *string, stateConnStr *string, resourceConnStr *string, u
}
if dbConn == "?" {
logg.Warnf("no db connection found, using memdb for everything")
dbConn = ""
}