wip: Restructure twitter integration
This commit is contained in:
@@ -7,7 +7,7 @@ export default class MyTweets {
|
||||
this.client = client;
|
||||
}
|
||||
|
||||
async run(lastInternalId: string) {
|
||||
async run() {
|
||||
return this.getTweets(lastInternalId);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user