chore: Adjust authentication classes to have similar structure

This commit is contained in:
Faruk AYDIN
2022-02-28 18:18:36 +03:00
committed by Ömer Faruk Aydın
parent d06f21c927
commit cdc6168ff4
10 changed files with 37 additions and 37 deletions

View File

@@ -2,9 +2,9 @@ import TwitterApi from 'twitter-api-v2';
import Field from '../../types/field';
export default class Authentication {
client: any;
connectionData: any;
appData: any;
connectionData: any;
client: any;
constructor(appData: any, connectionData: any) {
this.appData = appData;