Skip to content

Commit 454bd85

Browse files
authored
Update middleware/isUnderMaintenance.js
1 parent fc1c260 commit 454bd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/isUnderMaintenance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ module.exports = async (req, res, next) => {
1818
}
1919
}
2020
next();
21-
}
21+
}

0 commit comments

Comments
 (0)