mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-24 18:10:27 +08: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