pull/44/head
Thomas 3 years ago
parent 65ba16c07c
commit 6ecf66ea2a

@ -36,6 +36,8 @@ export class ExperimentalService {
const ordersWithPlatform: OrderWithPlatform[] = aOrders.map((order) => {
return {
...order,
accountId: undefined,
accountUserId: undefined,
createdAt: new Date(),
date: parseISO(order.date),
fee: 0,

Loading…
Cancel
Save