fix: fix remaining JSDoc and TS errors

This commit is contained in:
Philipp
2023-04-13 16:15:19 +02:00
committed by Philipp Fromme
parent 7c089d0023
commit 07f75f7cd5
30 changed files with 921 additions and 225 deletions

View File

@ -184,6 +184,8 @@ UpdateFlowNodeRefsHandler.prototype.execute = function(context) {
// TODO(nikku): return changed elements
// return [ ... ];
return [];
};
@ -211,4 +213,6 @@ UpdateFlowNodeRefsHandler.prototype.revert = function(context) {
// TODO(nikku): return changed elements
// return [ ... ];
return [];
};