mirror of https://github.com/langgenius/dify.git
fix: app_owner_tenant_id not set
This commit is contained in:
parent
1bbd5d9393
commit
6ec916a2f3
|
|
@ -91,6 +91,7 @@ class InstalledAppsListApi(Resource):
|
|||
new_installed_app = InstalledApp(
|
||||
app_id=args['app_id'],
|
||||
tenant_id=current_tenant_id,
|
||||
app_owner_tenant_id=app.tenant_id,
|
||||
is_pinned=False,
|
||||
last_used_at=datetime.utcnow()
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue