fix: Take parameters for twitter actions
This commit is contained in:
@@ -3,7 +3,7 @@ import CreateTweet from './actions/create-tweet';
|
||||
export default class Actions {
|
||||
createTweet: any
|
||||
|
||||
constructor(connectionData: any) {
|
||||
this.createTweet = new CreateTweet(connectionData)
|
||||
constructor(connectionData: any, parameters: any) {
|
||||
this.createTweet = new CreateTweet(connectionData, parameters)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user