typo fix
This commit is contained in:
parent
aecdcb09e6
commit
e4e099e7f4
|
@ -7,7 +7,7 @@ import asyncio
|
|||
|
||||
|
||||
@query.field("topicsAll")
|
||||
async def topics_ball(_, info):
|
||||
async def topics_all(_, info):
|
||||
topics = []
|
||||
with local_session() as session:
|
||||
topics = session.query(Topic)
|
||||
|
|
Loading…
Reference in New Issue
Block a user