fix: Add missing pollInverval keys for triggers

This commit is contained in:
Faruk AYDIN
2024-09-05 13:40:44 +03:00
parent 06c4b7ed2e
commit 5c4ca3c84f
5 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ export default defineTrigger({
name: 'New comment',
key: 'newComment',
description: 'Triggers when a new comment is created.',
pollInterval: 15,
arguments: [
{
label: 'Status',