Skip to content
Snippets Groups Projects
Commit a2b0f992 authored by Zdravko Iliev's avatar Zdravko Iliev
Browse files

add logs

parent 0dc858fb
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ const computeQrCodeHash = async (emailData: MessageData): Promise<string> => { ...@@ -158,7 +158,7 @@ const computeQrCodeHash = async (emailData: MessageData): Promise<string> => {
}); });
const hashArray = await Promise.all(promises); const hashArray = await Promise.all(promises);
console.log(hashArray);
const hashesAsAstring: string = hashArray const hashesAsAstring: string = hashArray
.map(arrayBufferToBase64) .map(arrayBufferToBase64)
.sort() .sort()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment