Skip to content

Commit

Permalink
Update x-pack/plugins/synthetics/server/alert_rules/status_rule/statu…
Browse files Browse the repository at this point in the history
…s_rule_executor.ts
  • Loading branch information
shahzad31 authored May 3, 2023
1 parent 90c140d commit 09a8d0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class StatusRuleExecutor {

privateLocations.forEach((loc) => {
this.locationIdNameMap[loc.label] = loc.id;
this.locationIdNameMap[loc.id] = loc.label;
this.locationNameIdMap[loc.id] = loc.label;
});
}

Expand Down

0 comments on commit 09a8d0a

Please sign in to comment.