Skip to content

Commit 86d0061

Browse files
committed
Fix typo in sound
1 parent 05a61f2 commit 86d0061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notify/notify.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (process.env.TIME_SENSITIVE) {
3838
}
3939

4040
if (process.env.SOUND) {
41-
message.sound = process.env.sound || "default";
41+
message.sound = process.env.SOUND || "default";
4242
if (!VALID_SOUNDS.includes(message.sound)) {
4343
return console.error("Invalid sound specified");
4444
}

0 commit comments

Comments
 (0)