Skip to content

Commit bcf402f

Browse files
author
edencoder
committed
use new uuid
1 parent 00e7c32 commit bcf402f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/serviceworker/public/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// Require events
3-
const uuid = require('uuid');
3+
const uuid = require('uuid').v4;
44
const Events = require('events');
55

66
/**

0 commit comments

Comments
 (0)