Minor cleanup.

This commit is contained in:
baldo 2022-08-23 15:14:52 +02:00
parent 2cbdc92ef1
commit e403e9858d
2 changed files with 1 additions and 4 deletions
server/shared/validation

View file

@ -115,6 +115,3 @@ const CONSTRAINTS = {
};
export default CONSTRAINTS;
// TODO: Remove after refactoring.
module.exports = CONSTRAINTS;