refactor: Use plural wording for user tweets trigger

This commit is contained in:
Faruk AYDIN
2022-08-31 16:33:51 +03:00
parent abaad7cb82
commit 6537a1c649
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import TwitterClient from '../client';
export default class UserTweet {
export default class UserTweets {
client: TwitterClient;
constructor(client: TwitterClient) {