refactor: Remove dedupeStrategy field from triggers

This commit is contained in:
Faruk AYDIN
2022-10-28 13:23:51 +02:00
parent ae58e629ea
commit 2b6ff7de41
7 changed files with 18 additions and 25 deletions

View File

@@ -6,7 +6,6 @@ export default defineTrigger({
key: 'myFollowers',
pollInterval: 15,
description: 'Will be triggered when you have a new follower.',
dedupeStrategy: 'unique',
substeps: [
{
key: 'chooseConnection',