Update channels.js

This commit is contained in:
Aleksandr Statciuk 2022-04-29 16:29:16 +03:00
parent b7de34d737
commit 6441735645

View file

@ -55,5 +55,5 @@ module.exports = {
return helper.message(`"logo" has an invalid file extension "${ext}"`) return helper.message(`"logo" has an invalid file extension "${ext}"`)
} }
}) })
.allow(null) .required()
} }