--- a/tests/src/util/playgrounds/unique.dev.ts +++ b/tests/src/util/playgrounds/unique.dev.ts @@ -66,7 +66,7 @@ this.arrange = new ArrangeGroup(this); } - async connect(wsEndpoint: string/*, listeners?: any*/): Promise { + async connect(wsEndpoint: string, _listeners?: any): Promise { const wsProvider = new WsProvider(wsEndpoint); this.api = new ApiPromise({ provider: wsProvider,