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