Skip to content

Commit

Permalink
Shut prettier up
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscated-loop committed Jan 14, 2024
1 parent 078257b commit 8017b8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
})
Expand Down

0 comments on commit 8017b8b

Please sign in to comment.