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 9eb2017 commit cf86a51
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 cf86a51

Please sign in to comment.