fix: add forgotten changes
This commit is contained in:
parent
e8450400c7
commit
332e5a013b
@ -90,7 +90,8 @@ public class SetupController(
|
||||
{
|
||||
try
|
||||
{
|
||||
using var connection = new TConnection();
|
||||
using (var connection = new TConnection())
|
||||
{
|
||||
connection.ConnectionString = connectionString;
|
||||
connection.Open();
|
||||
connection.Close();
|
||||
|
Loading…
Reference in New Issue
Block a user