Fix ESLint issues

Summary: Accepted the Phabricator suggestions but looks like they weren't actually applied ...

Reviewed By: danielbuechele

Differential Revision: D13958095

fbshipit-source-id: 58f3a374fc76a6e3ebccb87732af0abd0ccd52f8
This commit is contained in:
Pascal Hartig
2019-02-05 09:22:15 -08:00
committed by Facebook Github Bot
parent 493e30bcd8
commit 259ae35284
2 changed files with 1 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ export const isAutoUpdaterEnabled = () =>
JSON.parse(electron.remote?.process.env.CONFIG || process.env.CONFIG || '{}')
.updaterEnabled &&
isProduction() &&
process.platform === 'darwin';
process.platform === 'darwin';