feat: Implement auto-run interval for triggers of completed flows
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
3715291df7
commit
22e1fe5c44
@@ -19,7 +19,7 @@ export default class SearchTweet {
|
||||
async run() {
|
||||
const response = await this.client.v2.get('tweets/search/recent', {
|
||||
query: this.parameters.searchTerm as string,
|
||||
max_results: 100,
|
||||
max_results: 10,
|
||||
});
|
||||
|
||||
return response.data;
|
||||
|
Reference in New Issue
Block a user