Skip to content

Commit 7a18a72

Browse files
fhinkelAce Nassri
authored andcommitted
chore: fix name of region tag (#188)
1 parent c02ebf9 commit 7a18a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitoring/snippets/alerts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function restorePolicies(projectId) {
118118

119119
async function deleteChannels(projectId, filter) {
120120
// [START monitoring_alert_delete_channel]
121-
// [START monitoring_alert_list_channel]
121+
// [START monitoring_alert_list_channels]
122122

123123
// Imports the Google Cloud client library
124124
const monitoring = require('@google-cloud/monitoring');
@@ -146,7 +146,7 @@ async function deleteChannels(projectId, filter) {
146146
}
147147
}
148148
// [END monitoring_alert_delete_channel]
149-
// [END monitoring_alert_list_channel]
149+
// [END monitoring_alert_list_channels]
150150
}
151151

152152
async function replaceChannels(projectId, alertPolicyId, channelIds) {

0 commit comments

Comments
 (0)