From acf45a08d712a9d83dc50b890344924d42265c26 Mon Sep 17 00:00:00 2001 From: Simon Woolf Date: Thu, 7 Nov 2024 14:13:43 -0500 Subject: [PATCH] Appease eslint --- ably.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ably.d.ts b/ably.d.ts index f9e59b1d9..cbe1df3dd 100644 --- a/ably.d.ts +++ b/ably.d.ts @@ -2284,7 +2284,6 @@ export declare interface Channels { * This experimental method allows you to create custom realtime data feeds by selectively subscribing * to receive only part of the data from the channel. * See the [announcement post](https://pages.ably.com/subscription-filters-preview) for more information. - * * @param name - The channel name. * @param deriveOptions - A {@link DeriveOptions} object. * @param channelOptions - A {@link ChannelOptions} object.