Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Nov 13, 2020
1 parent 7606493 commit 58ffc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import fs from 'fs-extra';
import path from 'path';
import windowStateKeeper from 'electron-window-state';
import { enforceMacOSAppLocation } from 'electron-util';
import ms from 'ms';

// Set app directory before loading user modules
if (process.env.FRANZ_APPDATA_DIR != null) {
Expand Down Expand Up @@ -50,7 +51,6 @@ import {
import { asarPath } from './helpers/asar-helpers';
import { isValidExternalURL } from './helpers/url-helpers';
import userAgent from './helpers/userAgent-helpers';
import ms from 'ms';

/* eslint-enable import/first */
const debug = require('debug')('Franz:App');
Expand Down

0 comments on commit 58ffc86

Please sign in to comment.