remove comment
This commit is contained in:
@@ -20,7 +20,7 @@ export class AddNodeIds1658932910559 implements MigrationInterface {
|
|||||||
await runChunked(queryRunner, workflowsQuery, (workflows) => {
|
await runChunked(queryRunner, workflowsQuery, (workflows) => {
|
||||||
workflows.forEach(async (workflow) => {
|
workflows.forEach(async (workflow) => {
|
||||||
let nodes = workflow.nodes;
|
let nodes = workflow.nodes;
|
||||||
if (typeof nodes === 'string') { // mariadb
|
if (typeof nodes === 'string') {
|
||||||
nodes = JSON.parse(nodes);
|
nodes = JSON.parse(nodes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user