Fixes #48260: workspace.fetchTasks throws a TypeError

This commit is contained in:
Dirk Baeumer
2018-04-25 15:02:09 +02:00
parent aa63600dd2
commit d3f749b35d
5 changed files with 17 additions and 21 deletions

View File

@@ -285,9 +285,6 @@ namespace TaskDTO {
}
}
}
if (!result.execution) {
return undefined;
}
return result;
}