Skip to content

Commit 048a42c

Browse files
committed
fix: remove Buffer.from
1 parent 121fb5d commit 048a42c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/schema.ts

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export type CompareSchemaResult = CompareSchemaSuccess | CompareSchemaFail;
3030
* @return Returns result of comparison
3131
*/
3232
export function compareSchema(root: AsnType, inputData: AsnType, inputSchema: AsnSchemaType): CompareSchemaResult {
33-
Buffer.from("");
3433
//#region Special case for Choice schema element type
3534
if (inputSchema instanceof Choice) {
3635
const choiceResult = false;

0 commit comments

Comments
 (0)