chore: remove unused module

This commit is contained in:
Bill Church 2022-07-07 18:36:57 -04:00
parent 46c1560e3c
commit cc7c6b4210

View file

@ -8,7 +8,6 @@ const nodeRoot = path.dirname(require.main.filename);
const publicPath = path.join(nodeRoot, 'client', 'public');
const { parseBool } = require('./util');
const config = require('./config');
const { query } = require('express');
exports.reauth = function reauth(req, res) {
let { referer } = req.headers;