fix(plugins): Fix indentation in fetch_plugin_store - final fix

This commit is contained in:
master3395
2026-01-26 03:44:59 +01:00
parent e3b5123480
commit 63f4f53eee

View File

@@ -1280,7 +1280,7 @@ def fetch_plugin_store(request):
for key, value in response_headers.items():
response[key] = value
return response
except Exception as e:
error_message = str(e)