Skip to content

Commit

Permalink
add crypto require
Browse files Browse the repository at this point in the history
  • Loading branch information
NvdLaan committed Oct 17, 2023
1 parent b6284dd commit 5641a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beer-import/services/processData.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const moment = require('moment')
moment.locale('nl')
const validateKeys = require('./validateKeys')
const mandatoryKeys = ['id', 'brand', 'store', 'pricing', 'volume', 'rawValidity']
const crypto = require('crypto');
// TODO: Fix this
// const beer = require('../models/beer')
// const mandatoryKeys = beer.schema._requiredpaths
Expand Down

0 comments on commit 5641a39

Please sign in to comment.