added id on trades

This commit is contained in:
Kevsl 2024-06-14 11:18:47 +02:00
parent f31d901004
commit a5ea9e3153

View File

@ -37,6 +37,7 @@ export class TradeService {
}, },
}, },
Crypto: true, Crypto: true,
id: true,
}, },
}); });
} }