create-shout-fix
This commit is contained in:
parent
8432a00691
commit
eff8278cc3
|
@ -119,6 +119,7 @@ async def create_shout(_, info, inp):
|
|||
slug=slug, # явно указываем именованные аргументы
|
||||
created_by=author_id,
|
||||
created_at=current_time,
|
||||
community=1
|
||||
)
|
||||
|
||||
# Check for duplicate slug
|
||||
|
|
Loading…
Reference in New Issue
Block a user