mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Simplify DataSource checks in DTOs * Add test case * Update changelogpull/4594/head
committed by
GitHub
4 changed files with 22 additions and 2 deletions
@ -0,0 +1,18 @@ |
|||||
|
{ |
||||
|
"meta": { |
||||
|
"date": "2021-01-01T00:00:00.000Z", |
||||
|
"version": "dev" |
||||
|
}, |
||||
|
"activities": [ |
||||
|
{ |
||||
|
"currency": "USD", |
||||
|
"dataSource": "<invalid>", |
||||
|
"date": "2021-01-01T00:00:00.000Z", |
||||
|
"fee": 0, |
||||
|
"quantity": 20, |
||||
|
"symbol": "AAPL", |
||||
|
"type": "BUY", |
||||
|
"unitPrice": 100.0 |
||||
|
} |
||||
|
] |
||||
|
} |
Loading…
Reference in new issue