fix: Adjust response types for twitter auth and endpoints
This commit is contained in:
@@ -20,6 +20,8 @@ export default class UserTweet {
|
||||
this.client.step.parameters.username as string
|
||||
);
|
||||
|
||||
return await this.client.getUserTweets.run(user.id, lastInternalId);
|
||||
const tweets = await this.client.getUserTweets.run(user.id, lastInternalId);
|
||||
|
||||
return tweets;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user