diff --git a/bindings/nodejs/lib/utils/converter.ts b/bindings/nodejs/lib/utils/converter.ts index 9a67d180c3..d52c002c6f 100644 --- a/bindings/nodejs/lib/utils/converter.ts +++ b/bindings/nodejs/lib/utils/converter.ts @@ -25,7 +25,7 @@ export class Converter { */ public static bytesToHex( array: ArrayLike, - includePrefix: boolean = false, + includePrefix = false, startIndex?: number, length?: number | undefined, reverse?: boolean,