From f7c12e14f907e1c66a2ed95c19497b60c5b6bd4b Mon Sep 17 00:00:00 2001 From: Zubair Quraishi Date: Wed, 24 Jan 2024 17:12:04 +0100 Subject: [PATCH] bug fix --- public/go.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/go.html b/public/go.html index 5927f7814..47de176f1 100644 --- a/public/go.html +++ b/public/go.html @@ -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",