Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev

This commit is contained in:
Alex Blank
2026-05-29 16:56:14 +02:00
+1 -1
View File
@@ -475,7 +475,7 @@ async def _validate_config_profile(
Raises: Raises:
HTTPException: If profile is not found, not owned, or incompatible. HTTPException: If profile is not found, not owned, or incompatible.
""" """
if profile_id is None: if not profile_id:
return None return None
try: try: