mirror of
https://github.com/august-alt/gpui.git
synced 2025-03-14 12:58:39 +03:00
fix: temporary disable validation
This commit is contained in:
parent
361155f763
commit
caebeb52c7
@ -419,8 +419,6 @@ void PRegParser::writeInstruction(std::ostream &stream, const PolicyInstruction
|
||||
{
|
||||
|
||||
try {
|
||||
validateKeypath(key.begin(), key.end());
|
||||
validateValue(value.begin(), value.end());
|
||||
validateType(instruction.type);
|
||||
|
||||
write_sym(stream, '[');
|
||||
|
Loading…
x
Reference in New Issue
Block a user