Skip to content

Commit abd2d90

Browse files
committed
fix some errors
1 parent 7ef7b3e commit abd2d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middlewares/auth.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const jwt = require("jsonwebtoken");
22
const { JWT_SECRET } = require("../utils/config");
3-
const { authenticationError } = require("../models/user");
3+
const { authenticationError } = require("../utils/errors");
44

55
module.exports = (req, res, next) => {
66
const { authorization } = req.headers;

0 commit comments

Comments
 (0)