feat: add pair to workflow if current page
This commit is contained in:
@@ -110,7 +110,9 @@ export class WorkflowGenerator {
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
|
||||
if (currentPage) {
|
||||
await this.addPairToWorkflowAndNotifyClient(pair, currentPage);
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user