feat: Implement search tweet trigger step for twitter
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
3f7a888429
commit
ab82134b88
@@ -19,7 +19,7 @@ export default class Twitter implements IService {
|
||||
parameters: IJSONObject
|
||||
) {
|
||||
this.authenticationClient = new Authentication(appData, connectionData);
|
||||
this.triggers = new Triggers(connectionData);
|
||||
this.triggers = new Triggers(connectionData, parameters);
|
||||
this.actions = new Actions(connectionData, parameters);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user