Skip to content

Commit d2a0728

Browse files
committed
remove boolean
Signed-off-by: xil <fridalu66@gmail.com>
1 parent 9dc49da commit d2a0728

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/proto-convert/src/VendorExtensionProcessor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export class VendorExtensionProcessor {
1717
'float': { type: 'number', format: 'float' },
1818
'double': { type: 'number', format: 'double' },
1919
'bool': { type: 'boolean' },
20-
'boolean': { type: 'boolean' },
2120
'string': { type: 'string' },
2221
};
2322

0 commit comments

Comments
 (0)