From ac41e50bfecb649bc171bcb685538a8eb8426a13 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Mon, 25 Sep 2023 14:28:51 +0200 Subject: [PATCH] Update packages/core/src/wot-impl.ts Co-authored-by: Jan Romann --- packages/core/src/wot-impl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/wot-impl.ts b/packages/core/src/wot-impl.ts index 741ca36e9..907fc2edd 100644 --- a/packages/core/src/wot-impl.ts +++ b/packages/core/src/wot-impl.ts @@ -87,7 +87,7 @@ export default class WoTImpl { debug( `WoTImpl consuming TD ${ - newThing.id != null ? "'" + newThing.id + "'" : "without id" + newThing.id != null ? `'${newThing.id}'` : "without id" } to instantiate ConsumedThing '${newThing.title}'` ); return newThing;