Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Samue-l1 authored Jul 15, 2024
1 parent 44c96bb commit e8e3f98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ low = require('./lib/lowdb')}
const { Low, JSONFile } = low
const mongoDB = require('./lib/mongoDB')
//=================================================//
const express = require('express')
const app = express()
const port = process.env.PORT || 4000;
//=================================================//
const store = makeInMemoryStore({ logger: pino().child({ level: 'silent', stream: 'store' }) })
Expand Down

0 comments on commit e8e3f98

Please sign in to comment.