Hotfix mongo`s bugs
Java CI / build (push) Successful in 52s
.NET+Docker CI/CD / Unit and Integration tests (push) Successful in 33s
.NET+Docker CI/CD / Push Docker image to ghcr.io (push) Failing after 31s

Signed-off-by: Dmitrii <computer@yawaflua.tech>

Took 17 minutes
This commit is contained in:
Dmitrii
2026-07-12 07:55:45 +03:00
parent d12890f8eb
commit efe19edaf4
4 changed files with 17 additions and 5 deletions
@@ -93,7 +93,7 @@ public class TransactionsController(AppDbContext context, ILogger<TransactionsCo
SenderCardNumber = cardToUse.SpworldsID,
SenderMinecraftName = user.Username,
Amount = body.amount,
Comment = body.comment,
Comment = body.comment
};
try
{