chore: remove unused module
This commit is contained in:
parent
46c1560e3c
commit
cc7c6b4210
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ const nodeRoot = path.dirname(require.main.filename);
|
||||||
const publicPath = path.join(nodeRoot, 'client', 'public');
|
const publicPath = path.join(nodeRoot, 'client', 'public');
|
||||||
const { parseBool } = require('./util');
|
const { parseBool } = require('./util');
|
||||||
const config = require('./config');
|
const config = require('./config');
|
||||||
const { query } = require('express');
|
|
||||||
|
|
||||||
exports.reauth = function reauth(req, res) {
|
exports.reauth = function reauth(req, res) {
|
||||||
let { referer } = req.headers;
|
let { referer } = req.headers;
|
||||||
|
|
Loading…
Reference in a new issue