refactor: Remove test run methods from triggers
This commit is contained in:
@@ -20,8 +20,4 @@ export default {
|
||||
async run($: IGlobalVariable) {
|
||||
return await myFollowers($, $.flow.lastInternalId);
|
||||
},
|
||||
|
||||
async testRun($: IGlobalVariable) {
|
||||
return await myFollowers($);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user