Fix build

This commit is contained in:
2025-10-06 01:38:02 +07:00
parent 347c78afc7
commit de48e758cf
3 changed files with 2 additions and 4 deletions

View File

@@ -279,7 +279,7 @@ public class TradingService : ITradingService
{
_logger.LogInformation(
$"[{shortAddress}][{ticker}] Trader previously got a position open but the position was close by trader");
await _messengerService.SendClosedPosition(a.Account.Address, oldTrade);
// TODO : Send position closed
a.Trades.Remove(oldTrade);
}
}