[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-08-15 04:17:51 +00:00
committed by GitHub
parent cfc555d05d
commit ff76adc88a
6 changed files with 7 additions and 5 deletions

View File

@ -270,4 +270,5 @@ def knowledge_pipeline_publish_enabled(view):
if features.knowledge_pipeline.publish_enabled:
return view(*args, **kwargs)
abort(403)
return decorated