fix: Fix nullable boolean inputs

pull/695/head
Maksim Eltyshev 2 years ago
parent 5e3fca3771
commit 988e70ec40

@ -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