Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: fix name of region tag (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored and JustinBeckwith committed Dec 13, 2018
1 parent e386768 commit 7b946da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/alerts.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async function restorePolicies(projectId) {

async function deleteChannels(projectId, filter) {
// [START monitoring_alert_delete_channel]
// [START monitoring_alert_list_channel]
// [START monitoring_alert_list_channels]

// Imports the Google Cloud client library
const monitoring = require('@google-cloud/monitoring');
Expand Down Expand Up @@ -146,7 +146,7 @@ async function deleteChannels(projectId, filter) {
}
}
// [END monitoring_alert_delete_channel]
// [END monitoring_alert_list_channel]
// [END monitoring_alert_list_channels]
}

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

0 comments on commit 7b946da

Please sign in to comment.