wip: Restructure twitter integration

This commit is contained in:
Faruk AYDIN
2022-10-04 23:09:50 +03:00
parent dc0e03245f
commit 8308265a62
21 changed files with 358 additions and 136 deletions

View File

@@ -7,7 +7,7 @@ export default class MyTweets {
this.client = client;
}
async run(lastInternalId: string) {
async run() {
return this.getTweets(lastInternalId);
}