chore(app): mantain none by default

This commit is contained in:
Daniel Barranquero
2025-06-04 09:43:17 +02:00
parent 5aaf6e4858
commit 31189f0d11
@@ -167,7 +167,7 @@ class App(AzureService):
"",
),
ftps_state=getattr(
web_app_config, "ftps_state", ""
web_app_config, "ftps_state", None
),
)
}