Closed sdanialraza closed 11 months ago
Please describe the changes this PR makes and why it should be merged: Using client while constructing it leads to it being of type any instead of Client<boolean>. Accessing it from the callback parameter fixes this.
any
Client<boolean>
Please describe the changes this PR makes and why it should be merged: Using client while constructing it leads to it being of type
any
instead ofClient<boolean>
. Accessing it from the callback parameter fixes this.