Skip to content

Commit

Permalink
Fixing duplkicate ID
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrichmond committed Oct 18, 2024
1 parent 4e58ae0 commit 1a1b99a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ journey('Local Replicator Order Journey', ({ page, params }) => {
// Only relevant for the push command to create
// monitors in Kibana
monitor.use({
id: 'synthetics-replicator-monitor-order',
id: 'synthetics-replicator-monitor-order-local',
schedule: 10,
enabled: params.isLocal
});
Expand Down

0 comments on commit 1a1b99a

Please sign in to comment.