From 5e39a9098cd897520878f022c265af97fe73fd68 Mon Sep 17 00:00:00 2001 From: Mikael Brevik Date: Thu, 26 Jan 2017 14:33:53 +0100 Subject: [PATCH] Fixes linting issues --- lib/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.js b/lib/utils.js index 1565a94..57cd4ca 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -392,11 +392,11 @@ module.exports.mapToWin8 = function(options) { } if (options.s === true) { - options.s = 'Notification.Default'; + options.s = toasterDefaultSound; } if (options.s && options.s.indexOf(toasterSoundPrefix) !== 0) { - options.s = 'Notification.Default'; + options.s = toasterDefaultSound; } if (options.wait) {