From 8017b8bbe4a3ffdc4e6a564c5efcf4bbe176c64b Mon Sep 17 00:00:00 2001 From: obfuscated-loop <107592590+obfuscated-loop@users.noreply.github.com> Date: Sun, 14 Jan 2024 12:55:54 +0000 Subject: [PATCH] Shut prettier up --- src/data/background.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/background.js b/src/data/background.js index ff4ca9be..a2bfd27e 100644 --- a/src/data/background.js +++ b/src/data/background.js @@ -391,7 +391,8 @@ function reportWebsite(info, tab, anon, issueType, notes, callback) { notes, url: tab.url, browser: getBrowserAndVersion(), - language: navigator.language || Intl.DateTimeFormat().resolvedOptions().locale, + language: + navigator.language || Intl.DateTimeFormat().resolvedOptions().locale, extensionVersion: chrome.runtime.getManifest().version, }), })