Skip to content

Commit b87cd9f

Browse files
author
Mint de Wit
committed
chore: add defaults
1 parent 8f0153e commit b87cd9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

meteor/server/migration/upgrades/defaultSystemActionTriggers.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
281281
],
282282
parts: 1,
283283
segments: 0,
284+
ignoreQuickLoop: false,
284285
},
285286
},
286287
triggers: {
@@ -305,6 +306,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
305306
],
306307
parts: 0,
307308
segments: 1,
309+
ignoreQuickLoop: false,
308310
},
309311
},
310312
triggers: {
@@ -329,6 +331,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
329331
],
330332
parts: -1,
331333
segments: 0,
334+
ignoreQuickLoop: false,
332335
},
333336
},
334337
triggers: {
@@ -353,6 +356,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
353356
],
354357
parts: 0,
355358
segments: -1,
359+
ignoreQuickLoop: false,
356360
},
357361
},
358362
triggers: {

0 commit comments

Comments
 (0)