We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121fb5d commit 048a42cCopy full SHA for 048a42c
src/schema.ts
@@ -30,7 +30,6 @@ export type CompareSchemaResult = CompareSchemaSuccess | CompareSchemaFail;
30
* @return Returns result of comparison
31
*/
32
export function compareSchema(root: AsnType, inputData: AsnType, inputSchema: AsnSchemaType): CompareSchemaResult {
33
- Buffer.from("");
34
//#region Special case for Choice schema element type
35
if (inputSchema instanceof Choice) {
36
const choiceResult = false;
0 commit comments