feat: add pair to workflow if current page

This commit is contained in:
karishmas6
2024-06-07 23:50:50 +05:30
parent 65d63c3888
commit 6df8c77886

View File

@@ -110,7 +110,9 @@ export class WorkflowGenerator {
default: break; default: break;
} }
} }
if (currentPage) {
await this.addPairToWorkflowAndNotifyClient(pair, currentPage);
}
} }
}) })