Loading src/open_exposure_gateway/main.py +1 −3 Original line number Diff line number Diff line Loading @@ -285,9 +285,7 @@ async def default_lifespan(app: FastAPI) -> AsyncGenerator[None, None]: eam_operation_consumer = NatsOperationConsumer( client=publisher.client, subject=Subject.OPERATION_COMPLETED, handler=_build_operation_completed_handler( session_maker, srm_client, HttpCallbackClient() ), handler=_build_operation_completed_handler(session_maker, srm_client, HttpCallbackClient()), ) await eam_operation_consumer.start() Loading Loading
src/open_exposure_gateway/main.py +1 −3 Original line number Diff line number Diff line Loading @@ -285,9 +285,7 @@ async def default_lifespan(app: FastAPI) -> AsyncGenerator[None, None]: eam_operation_consumer = NatsOperationConsumer( client=publisher.client, subject=Subject.OPERATION_COMPLETED, handler=_build_operation_completed_handler( session_maker, srm_client, HttpCallbackClient() ), handler=_build_operation_completed_handler(session_maker, srm_client, HttpCallbackClient()), ) await eam_operation_consumer.start() Loading