fix: Fix nullable boolean inputs

pull/640/head
Maksim Eltyshev 2 years ago
parent c096444acb
commit ca6a1a14f5

@ -29,6 +29,7 @@ module.exports = {
}, },
canComment: { canComment: {
type: 'boolean', type: 'boolean',
allowNull: true,
}, },
}, },

@ -17,6 +17,7 @@ module.exports = {
}, },
canComment: { canComment: {
type: 'boolean', type: 'boolean',
allowNull: true,
}, },
}, },

Loading…
Cancel
Save