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/instagram/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/instagram/index.js') diff --git a/recipes/instagram/index.js b/recipes/instagram/index.js index 12ff25a..2c7de64 100644 --- a/recipes/instagram/index.js +++ b/recipes/instagram/index.js @@ -2,7 +2,7 @@ module.exports = Franz => class Instagram extends Franz { overrideUserAgent() { return window.navigator.userAgent.replace( /(Ferdi|Electron)\/\S+ \([^)]+\)/g, - "" + '', ); } }; -- cgit v1.2.3-70-g09d2