Skip to content

Commit

Permalink
Update packages/core/src/wot-impl.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Romann <[email protected]>
  • Loading branch information
danielpeintner and JKRhb authored Sep 25, 2023
1 parent 6cfe425 commit ac41e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/wot-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ac41e50

Please sign in to comment.