fix(): add flush to uow.add to ensure db sync

This commit is contained in:
doas root
2025-11-12 00:10:58 +03:00
parent 08a2ae6456
commit 89dffcabbd
7 changed files with 57 additions and 6 deletions
@@ -1,7 +1,6 @@
import argparse
import asyncio
import os
import selectors
import sys
from collections.abc import AsyncIterator
from contextlib import asynccontextmanager
@@ -1,5 +1,3 @@
import asyncio
from dishka import FromDishka
from dishka.integrations.fastapi import DishkaRoute
from fastapi import APIRouter