This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-11-25 08:18:14 -07:00
parent 1d3b94f544
commit d4dda481be

View File

@@ -107,7 +107,8 @@ namespace CarCareTracker.Helper
} }
public string GetServerPostgresConnection() public string GetServerPostgresConnection()
{ {
return CheckString("POSTGRES_CONNECTION"); var postgresConnection = CheckString("POSTGRES_CONNECTION")
return postgresConnection;
} }
public bool GetServerEnableShopSupplies() public bool GetServerEnableShopSupplies()
{ {