From 80ac79dcf2a7064f74cdcbb39b6a7d3a3aeb3703 Mon Sep 17 00:00:00 2001 From: Amy Yan Date: Fri, 23 Feb 2024 10:16:33 +1100 Subject: [PATCH] fix: changed TaskHandlerId of `Discovery.discoverVertexHandlerId` to no longer use the `name` property of the handler function due to #453 --- src/discovery/Discovery.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discovery/Discovery.ts b/src/discovery/Discovery.ts index a7914360c..2e7a5c67e 100644 --- a/src/discovery/Discovery.ts +++ b/src/discovery/Discovery.ts @@ -141,7 +141,7 @@ class Discovery { } }; public readonly discoverVertexHandlerId = - `${this.constructor.name}.${this.discoverVertexHandler.name}.discoverVertexHandlerId` as TaskHandlerId; + `${this.constructor.name}.discoverVertexHandler` as TaskHandlerId; public constructor({ keyRing,