Skip to content

Commit

Permalink
Fix region tags. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and Ace Nassri committed Nov 10, 2022
1 parent 23f9e70 commit e32fbb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring/snippets/alerts.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function backupPolicies(projectId) {
.catch(err => {
console.error('ERROR:', err);
});
// [START monitoring_alert_backup_policies]
// [END monitoring_alert_backup_policies]
}

function restorePolicies(projectId) {
Expand Down Expand Up @@ -125,7 +125,7 @@ function restorePolicies(projectId) {
return Promise.reject(err);
});
}
// [START monitoring_alert_restore_policies]
// [END monitoring_alert_restore_policies]
}

function replaceChannels(projectId, alertPolicyId, channelIds) {
Expand Down

0 comments on commit e32fbb0

Please sign in to comment.