Fix build
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user