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 85ff0c7 commit bc505afCopy full SHA for bc505af
src/common/phase-helper.js
@@ -1,6 +1,6 @@
1
const _ = require("lodash");
2
3
-const uuid = require("uuid/v4");
+const { v4: uuid } = require('uuid');
4
const moment = require("moment");
5
6
const errors = require("./errors");
0 commit comments