This commit is contained in:
counterweight 2025-12-20 22:38:39 +01:00
parent a56a4c076a
commit a31bd8246c
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
10 changed files with 15 additions and 71 deletions

View file

@ -28,4 +28,3 @@ async def calculate_sum(
db.add(record)
await db.commit()
return SumResponse(a=data.a, b=data.b, result=result)