fix: Pass empty parameter object for twitter actions
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
f0e25ed9f3
commit
58ba78e52b
@@ -10,6 +10,6 @@ export default class Twitter {
|
||||
constructor(connectionData: any) {
|
||||
this.authenticationClient = new Authentication(connectionData);
|
||||
this.triggers = new Triggers(connectionData);
|
||||
this.actions = new Actions(connectionData);
|
||||
this.actions = new Actions(connectionData, {});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user