diff --git a/packages/core/src/wot-impl.ts b/packages/core/src/wot-impl.ts index 20603aa4f..ae383d467 100644 --- a/packages/core/src/wot-impl.ts +++ b/packages/core/src/wot-impl.ts @@ -43,7 +43,6 @@ class ThingDiscoveryProcess implements WoT.ThingDiscoveryProcess { } async *[Symbol.asyncIterator](): AsyncIterator { - if (!(this.rawThingDescriptions instanceof Array)) { this.error = new Error("Encountered an invalid output value."); this.done = true;