fix: Make processor to work with multiple trigger objects
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
fec55d698a
commit
3f7a888429
@@ -20,6 +20,6 @@ export default class MyTweet {
|
||||
const userTimeline = await this.client.v1.userTimelineByUsername(username);
|
||||
const fetchedTweets = userTimeline.tweets;
|
||||
|
||||
return fetchedTweets[0];
|
||||
return fetchedTweets;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user