remove unused code and fix or check

This commit is contained in:
Adrian Thompson
2020-09-07 16:22:59 +02:00
parent 2406d2b81a
commit 2764972abd
3 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
const fetch = require('node-fetch')
const path = require('path')
const config = require(path.join(__dirname + "/../config/env/lottery.config"));
const mustBeAuthenticated = require(path.join(__dirname + "/../middleware/mustBeAuthenticated"))
const convertToOurWineObject = wine => {
if(wine.basic.ageLimit === "18"){