From cf86a512fca517eb8ed85ad0a05d4182b7643d09 Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Wed, 4 Oct 2023 12:22:45 +0200 Subject: [PATCH] fix lint --- bindings/nodejs/lib/utils/converter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,