Auto-fix lint errors

This commit is contained in:
J. Ryan Stinnett 2021-05-27 14:39:26 +01:00
parent 3efed87d38
commit 1455687384
10 changed files with 22 additions and 25 deletions

View File

@ -499,7 +499,6 @@ ipcMain.on('ipcCall', async function(ev, payload) {
});
});
const seshatDefaultPassphrase = "DEFAULT_PASSPHRASE";
async function getOrCreatePassphrase(key) {
if (keytar) {

View File

@ -121,7 +121,6 @@ class AppLocalization {
}
}
module.exports = {
AppLocalization,
_t,

View File

@ -50,7 +50,6 @@ function writeNativeImage(filePath, img) {
}
}
function onLinkContextMenu(ev, params) {
let url = params.linkURL || params.srcURL;