chore(deps): modernize coreflow tooling
This commit is contained in:
@@ -22,8 +22,8 @@ export class CoretrafficConnector {
|
||||
const reactionRequest =
|
||||
this.coreflowRef.internalServer.typedsocketServer.createTypedRequest<plugins.servezoneInterfaces.requests.routing.IRequest_Coreflow_Coretraffic_RoutingUpdate>(
|
||||
'updateRouting',
|
||||
await this.coreflowRef.internalServer.typedsocketServer.findTargetConnection(
|
||||
async (targetConnection) => targetConnection.alias === 'coretraffic',
|
||||
await this.coreflowRef.internalServer.typedsocketServer.findTargetConnectionByTag(
|
||||
'coretraffic',
|
||||
),
|
||||
);
|
||||
const response = await reactionRequest.fire({
|
||||
|
||||
Reference in New Issue
Block a user