Skip to content

Commit

Permalink
Update src/main/java/com/clevercloud/biscuit/crypto/TokenSignature.java
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Delafargue <[email protected]>
  • Loading branch information
quad and divarvel authored Sep 4, 2023
1 parent e22b7df commit 319cbe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ static public String hex(byte[] byteArray) {
}

public static byte[] fromHex(String s) {
return com.clevercloud.biscuit.token.builder.Utils.hexStringToByteArray(hex);
return com.clevercloud.biscuit.token.builder.Utils.hexStringToByteArray(s);
}
}

0 comments on commit 319cbe9

Please sign in to comment.