From 97697e3d069972844b2912a93022f4a4904a40d6 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 31 Jul 2021 15:28:23 +0530 Subject: Fixed eslintrc as root for this folder; Reformatted all files. --- recipes/workplace/webview.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes/workplace/webview.js') diff --git a/recipes/workplace/webview.js b/recipes/workplace/webview.js index a26515e..af2af89 100644 --- a/recipes/workplace/webview.js +++ b/recipes/workplace/webview.js @@ -1,5 +1,3 @@ -"use strict"; - const path = require('path'); module.exports = Franz => { @@ -32,7 +30,7 @@ module.exports = Franz => { Franz.loop(getMessages); localStorage._cs_desktopNotifsEnabled = JSON.stringify({ __t: new Date().getTime(), - __v: true + __v: true, }); if (typeof Franz.onNotify === 'function') { @@ -48,4 +46,4 @@ module.exports = Franz => { return notification; }); } -}; \ No newline at end of file +}; -- cgit v1.2.3-54-g00ecf