dependency updates
This commit is contained in:
parent
0ecb5cfb5a
commit
e661de3a42
3 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@ const verifyAuth = require('../../middlewares/verifyAuth');
|
|||
const getProductName = require('get-product-name');
|
||||
const express = require('express');
|
||||
const config = require('../../config');
|
||||
const uuid = require('uuid/v4');
|
||||
const { v4: uuid} = require('uuid');
|
||||
|
||||
const totals = wishlist => {
|
||||
let unpledged = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue