From 88940099f72581eea848c29f55e6816f3f3a65b8 Mon Sep 17 00:00:00 2001 From: Rishikant Sahu Date: Tue, 27 Feb 2024 14:42:46 +0530 Subject: [PATCH 1/2] Updated docs --- src/services/public/TweetService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/public/TweetService.ts b/src/services/public/TweetService.ts index 15a0c273..43afcec1 100644 --- a/src/services/public/TweetService.ts +++ b/src/services/public/TweetService.ts @@ -107,7 +107,7 @@ export class TweetService extends FetcherService { * Stream tweets in pseudo real-time using a filter. * * @param filter - The filter to be used for searching the tweets. - * @param pollingIntervalMs - The interval in milliseconds to poll for new tweets. Default interval is 60000 ms. + * @param pollingInterval - The interval in milliseconds to poll for new tweets. Default interval is 60000 ms. * @returns An async generator that yields matching tweets as they are found. * * @example From 07d6f12fab31bcdcff2a6ac32ff9bd2e1489ad45 Mon Sep 17 00:00:00 2001 From: Rishikant Sahu Date: Tue, 27 Feb 2024 14:53:59 +0530 Subject: [PATCH 2/2] Fixed documentation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9763ff83..0993067f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rettiwt-api", - "version": "2.6.0", + "version": "2.6.1", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "An API for fetching data from TwitterAPI, without any rate limits!",