Skip to content

Commit 97323c8

Browse files
committed
Add space between 'App' and 'Distribution'.
1 parent 1b2d4ee commit 97323c8

File tree

1 file changed

+2
-2
lines changed
  • 2nd-gen/alerts-to-discord/functions

1 file changed

+2
-2
lines changed

2nd-gen/alerts-to-discord/functions/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ id: \`${id}\`
9898
});
9999

100100
/**
101-
* function triggered by AppDistribution that publishes a message
101+
* function triggered by App Distribution that publishes a message
102102
* to Discord whenever a new iOS tester device is registered.
103103
*/
104104
// [START v2AppDistributionAlertTrigger]
@@ -122,7 +122,7 @@ UDID **${testerDeviceIdentifier}** for ${testerDeviceModelName}
122122

123123
try {
124124
// [START v2SendNewTesterIosDeviceToDiscord]
125-
const response = await postMessageToDiscord("AppDistribution Bot", message);
125+
const response = await postMessageToDiscord("App Distribution Bot", message);
126126
if (response.ok) {
127127
logger.info(
128128
`Posted iOS device registration alert for ${testerEmail} to Discord`,

0 commit comments

Comments
 (0)