diff --git a/src/if-run/index.ts b/src/if-run/index.ts index 481f076ce..293fef905 100644 --- a/src/if-run/index.ts +++ b/src/if-run/index.ts @@ -51,6 +51,10 @@ const impactEngine = async () => { timeSync: context['time-sync'], }); + if (context['time-sync']) { + delete context.initialize.plugins['time-sync']; + } + if (context.aggregation) { storeAggregationMetrics({metrics: context.aggregation?.metrics}); }