build(prisma): fix populating database when attributes have null value (#545)
This commit is contained in:
parent
f953c6ea64
commit
0878febded
@ -159,12 +159,12 @@ async function main() {
|
||||
{
|
||||
assetClass: 'CASH',
|
||||
assetSubClass: 'CRYPTOCURRENCY',
|
||||
countries: null,
|
||||
countries: undefined,
|
||||
currency: 'USD',
|
||||
dataSource: DataSource.YAHOO,
|
||||
id: 'fdc42ea6-1321-44f5-9fb0-d7f1f2cf9b1e',
|
||||
name: 'Bitcoin USD',
|
||||
sectors: null,
|
||||
sectors: undefined,
|
||||
symbol: 'BTCUSD'
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user