fix: remove netAmount shorthand (field no longer declared)

This commit is contained in:
Manohar 2026-05-15 04:07:55 +00:00
parent aba1dcbdda
commit 206127976d

View file

@ -77,7 +77,7 @@ function normalisePosition(p: AngelPosition): Position | null {
unrealisedPnl: unrealised, unrealisedPnl: unrealised,
realisedPnl: realised, realisedPnl: realised,
totalPnl: unrealised + realised, totalPnl: unrealised + realised,
netAmount, netAmount: 0,
source: 'position', source: 'position',
}; };
} }