Skip to content

Commit 5b5e9ad

Browse files
committed
Fix long line
1 parent 97323c8 commit 5b5e9ad

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ UDID **${testerDeviceIdentifier}** for ${testerDeviceModelName}
122122

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

0 commit comments

Comments
 (0)