Update channels.js

This commit is contained in:
Aleksandr Statciuk 2022-04-12 19:28:06 +03:00
parent e106bd947a
commit ccf4163c7e

View file

@ -46,7 +46,7 @@ module.exports = {
})
.custom((value, helper) => {
const ext = path.extname(value)
if (!ext || /(\.png|\.jpeg|\.jpg)/i.test(ext)) {
if (!ext || /(\.svg|\.png|\.jpeg|\.jpg)/i.test(ext)) {
return true
} else {
return helper.message(`"logo" has an invalid file extension "${ext}"`)