change node-uuid to uuid
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
/* eslint-disable no-process-exit */
|
/* eslint-disable no-process-exit */
|
||||||
require('dotenv').load();
|
require('dotenv').load();
|
||||||
var Rx = require('rx'),
|
var Rx = require('rx'),
|
||||||
uuid = require('node-uuid'),
|
uuid = require('uuid'),
|
||||||
assign = require('lodash/object/assign'),
|
assign = require('lodash/object/assign'),
|
||||||
mongodb = require('mongodb'),
|
mongodb = require('mongodb'),
|
||||||
secrets = require('../config/secrets');
|
secrets = require('../config/secrets');
|
||||||
|
Reference in New Issue
Block a user