feat: update pair

This commit is contained in:
karishmas6
2024-06-07 23:51:02 +05:30
parent 6df8c77886
commit 3d2cff905c

View File

@@ -115,7 +115,9 @@ export class WorkflowGenerator {
}
}
})
socket.on('updatePair', (data) => {
this.updatePairInWorkflow(data.index, data.pair);
})
};