function checkLicense() { return { status: 'ok', type: 'community', }; } module.exports = { checkLicense, };