From 45d665209f0764f085cb519c599bcaa16914c7ec Mon Sep 17 00:00:00 2001 From: Fahrrader Date: Mon, 05 Sep 2022 14:39:20 +0000 Subject: [PATCH] test(util): refactor removing unused variable from signature --- --- 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, -- gitstuff