diff --git a/api/apps/chunk_app.py b/api/apps/chunk_app.py index 1a7bed0c6..00580b958 100644 --- a/api/apps/chunk_app.py +++ b/api/apps/chunk_app.py @@ -260,8 +260,6 @@ async def create(): d["create_timestamp_flt"] = datetime.datetime.now().timestamp() if "tag_feas" in req: d["tag_feas"] = req["tag_feas"] - if "tag_feas" in req: - d["tag_feas"] = req["tag_feas"] try: def _create_sync():