Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Jan 24, 2024
1 parent 3bd4781 commit f7c12e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -2101,7 +2101,7 @@
if (typeof crypto.subtle !== 'undefined') {
let ret = await sha256(sometext)
debugger
return "SHA256_" + ret.path
return "SHA256_" + ret
} else {
let resulthash = await postToYazzReturnJson(
"/http_post_extract_commit_hash_id_from_code",
Expand Down

0 comments on commit f7c12e1

Please sign in to comment.