summaryrefslogtreecommitdiff
path: root/src/check.js
blob: 73c58dde2e4ab6d35b566448f4268238597e36ff (plain)
1
2
3
4
const mongodb = require('mongodb');

// This is for passing the parameters of the search to check and see if it already exists in the database
// if it does exist, we're gonna call another function in another file.