Skip to content

Commit

Permalink
chore(wire): fix console error for vue not defined (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
WanderingHogan committed Dec 7, 2021
1 parent 9ef6e1f commit 5dbbdbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron
1 change: 1 addition & 0 deletions libraries/WebRTC/Wire.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Vue from 'vue'
import { isRight } from 'fp-ts/lib/Either'
import P2PT from 'p2pt'
import Peer, { SignalData } from 'simple-peer'
Expand Down
2 changes: 1 addition & 1 deletion locales

0 comments on commit 5dbbdbb

Please sign in to comment.