Skip to content

Commit bc505af

Browse files
committed
Build fix
1 parent 85ff0c7 commit bc505af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/phase-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const _ = require("lodash");
22

3-
const uuid = require("uuid/v4");
3+
const { v4: uuid } = require('uuid');
44
const moment = require("moment");
55

66
const errors = require("./errors");

0 commit comments

Comments
 (0)