Skip to content

Commit

Permalink
Fix uuid usage
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Dec 3, 2021
1 parent 32b37b1 commit 5d8842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ***** END LICENSE BLOCK *****

stream = require('stream')
uuidv4 = require('uuid/v4')
{ v4: uuidv4 } = require('uuid')
utils = require('./utils')

class Transport
Expand Down

0 comments on commit 5d8842e

Please sign in to comment.