hotfix: generateRandomString import path

This commit is contained in:
George Lima 2018-12-15 18:26:10 -03:00
parent e2dbc35247
commit 0ee1d5c4fa
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import getDaemonName from './get-daemon-name';
import fetchParams from './run-fetch-params';
import log from './logger';
import store from '../electron-store';
import generateRandomString from './generate-random-string';
import generateRandomString from '../../app/utils/generate-random-string';
const getDaemonOptions = ({ username, password }) => {
/*