fix(core): update
This commit is contained in:
@ -19,7 +19,8 @@ export const generateTestData = async (mongoDescriptorArg: smartdata.IMongoDescr
|
||||
@smartdata.svDb()
|
||||
data = {
|
||||
'some' : {
|
||||
'complex': 'structure'
|
||||
'complex': 'structure',
|
||||
more: 4
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -32,7 +33,8 @@ export const generateTestData = async (mongoDescriptorArg: smartdata.IMongoDescr
|
||||
@smartdata.svDb()
|
||||
data = {
|
||||
'some' : {
|
||||
'complex': 'structure'
|
||||
'complex': 'structure',
|
||||
more: 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user