Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Oct 4, 2023
1 parent bc523c0 commit 7514874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/lib/utils/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class Converter {
*/
public static bytesToHex(
array: ArrayLike<number>,
includePrefix: boolean = false,
includePrefix = false,
startIndex?: number,
length?: number | undefined,
reverse?: boolean,
Expand Down

0 comments on commit 7514874

Please sign in to comment.