Skip to content

Commit

Permalink
Fix import of lib/oauth-token which doesn't have a default export
Browse files Browse the repository at this point in the history
  • Loading branch information
Tug authored and astralbodies committed Oct 19, 2017
1 parent 0109711 commit 4c9962f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lib/desktop/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import userFactory from 'lib/user';
const user = userFactory();
import { ipcRenderer as ipc } from 'electron'; // From Electron
import store from 'store';
import oAuthToken from 'lib/oauth-token';
import * as oAuthToken from 'lib/oauth-token';
import userUtilities from 'lib/user/utils';
import location from 'lib/route/page-notifier';
import { getStatsPathForTab } from 'lib/route/path';
Expand Down

0 comments on commit 4c9962f

Please sign in to comment.