🐛 Fix bug

This commit is contained in:
Jan Oberhauser
2020-04-12 18:56:39 +02:00
parent 59798ad0bd
commit dc10f52db3
2 changed files with 5 additions and 4 deletions

View File

@@ -1203,11 +1203,12 @@ describe('Workflow', () => {
{
startTime: 1,
executionTime: 1,
// @ts-ignore
data: {
main: [
[
{}
{
json: {},
}
]
]
}