ソースを参照

fix: missing user id

Yeuoly 1 年間 前
コミット
1d575524c3
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      api/core/plugin/manager/endpoint.py

+ 1 - 0
api/core/plugin/manager/endpoint.py

@@ -59,6 +59,7 @@ class PluginEndpointManager(BasePluginManager):
             f"plugin/{tenant_id}/endpoint/update",
             dict,
             data={
+                "user_id": user_id,
                 "endpoint_id": endpoint_id,
                 "settings": settings,
             },