Skip to content

Commit a4c2243

Browse files
committed
chore: lint
1 parent 3bb685e commit a4c2243

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client/MultiPropertiesCloudClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export type PropertyCallbacks = { cb: OnMessageCallback<any>; name: string; thin
1010
// eslint-disable-next-line prettier/prettier
1111
export class MultiPropertiesCloudClient
1212
extends BaseCloudClient<ITokenConnection>
13-
implements IMultiPropertiesCloudClient, ITokenCloudClient {
13+
implements IMultiPropertiesCloudClient, ITokenCloudClient
14+
{
1415
private subscriptions: { [key: string]: Subscription[] } = {};
1516
private propertiesCbs: { [key: string]: PropertyCallbacks[] } = {};
1617
private callbacks: { [key: string]: OnMessageCallback<any>[] } = {};

0 commit comments

Comments
 (0)