Skip to content

Commit

Permalink
fixup! feat!: add proposal for new discovery API
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 7, 2022
1 parent f5ddbeb commit 467b048
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/wot-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import ProtocolHelpers from "./protocol-helpers";
const { debug } = createLoggers("core", "wot-impl");

class ThingDiscovery {

private servient: Servient;
constructor(servient: Servient) {
this.servient = servient;
Expand Down

0 comments on commit 467b048

Please sign in to comment.