refactor: Do not expose search term separately for search tweets
This commit is contained in:
@@ -31,8 +31,6 @@ export default {
|
||||
],
|
||||
|
||||
async run($: IGlobalVariable) {
|
||||
return await searchTweets($, {
|
||||
searchTerm: $.step.parameters.searchTerm as string,
|
||||
});
|
||||
return await searchTweets($);
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user