mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-13 18:36:25 +00:00
Removed spaces from imported/exported varibles & fixed the package.json in app folder
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
'use strict';
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
const {
|
||||
remote
|
||||
} = require('electron');
|
||||
const {remote} = require('electron');
|
||||
|
||||
const prefWindow = remote.getCurrentWindow();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user