linagora/hublin

View on GitHub
backend/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

module.exports.MAX_CONFERENCE_NAME_LENGTH = 200;
module.exports.MIN_CONFERENCE_NAME_LENGTH = 1;