We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e7c32 commit bcf402fCopy full SHA for bcf402f
bundles/serviceworker/public/js/bootstrap.js
@@ -1,6 +1,6 @@
1
2
// Require events
3
-const uuid = require('uuid');
+const uuid = require('uuid').v4;
4
const Events = require('events');
5
6
/**
0 commit comments