Skip to content

Commit

Permalink
Fix uuid function import in Electron OAuth code (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
anubh-v authored Mar 7, 2021
1 parent 620544c commit d1be5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-utils/oauth.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BrowserWindow, shell } from 'electron';
import { uuid } from '../src/app/shared/lib/uuid';
import { v4 as uuid } from 'uuid';

const nodeUrl = require('url');
const fetch = require('node-fetch');
Expand Down

0 comments on commit d1be5e0

Please sign in to comment.