fix: Fix nullable boolean inputs

This commit is contained in:
Maksim Eltyshev
2024-04-08 01:24:50 +02:00
parent da56e397a5
commit d297e2340a
2 changed files with 2 additions and 0 deletions
@@ -29,6 +29,7 @@ module.exports = {
},
canComment: {
type: 'boolean',
allowNull: true,
},
},
@@ -17,6 +17,7 @@ module.exports = {
},
canComment: {
type: 'boolean',
allowNull: true,
},
},