fix: Fix nullable boolean inputs

This commit is contained in:
Maksim Eltyshev
2024-02-08 16:42:10 +01:00
parent c096444acb
commit ca6a1a14f5
2 changed files with 2 additions and 0 deletions

View File

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

View File

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