fix/temp commit
This commit is contained in:
parent
ea07507e56
commit
2b4c7a9b54
1 changed files with 1 additions and 0 deletions
|
@ -431,5 +431,6 @@ async def save_to_outbox(
|
|||
db_session.add(outbox_object)
|
||||
await db_session.flush()
|
||||
await db_session.refresh(outbox_object)
|
||||
await db_session.commit()
|
||||
|
||||
return outbox_object
|
||||
|
|
Loading…
Reference in a new issue