Correct uuid import
This commit is contained in:
parent
cb2c24d9ed
commit
bd4b0f9736
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
// @ts-check
|
||||
/// <reference path="Smith.ts" />
|
||||
/// <reference path="GunT.ts" />
|
||||
const uuid = require('uuid').v1
|
||||
const uuid = require('uuid/v1')
|
||||
const { fork } = require('child_process')
|
||||
|
||||
const logger = require('../../config/log')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue