mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-01 11:19:57 +00:00
removed not used "added_by" column
This commit is contained in:
@@ -397,7 +397,6 @@ async def add_asset_tags(request: web.Request) -> web.Response:
|
||||
asset_info_id=asset_info_id,
|
||||
tags=data.tags,
|
||||
origin="manual",
|
||||
added_by=None,
|
||||
owner_id=UserManager.get_request_user_id(request),
|
||||
)
|
||||
except (ValueError, PermissionError) as ve:
|
||||
|
||||
Reference in New Issue
Block a user