diff --git a/app/routers/tags.py b/app/routers/tags.py index 227ba48..f224971 100644 --- a/app/routers/tags.py +++ b/app/routers/tags.py @@ -52,7 +52,7 @@ async def read_tags( id=tag_index.id, name=tag_index.name ) - list_tags.append(event) + list_tags.append(tag) return list_tags