We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a61f2 commit 86d0061Copy full SHA for 86d0061
notify/notify.js
@@ -38,7 +38,7 @@ if (process.env.TIME_SENSITIVE) {
38
}
39
40
if (process.env.SOUND) {
41
- message.sound = process.env.sound || "default";
+ message.sound = process.env.SOUND || "default";
42
if (!VALID_SOUNDS.includes(message.sound)) {
43
return console.error("Invalid sound specified");
44
0 commit comments