mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
🐛 Add Await
This commit is contained in:
parent
e0e5337a80
commit
b5f52144b4
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ export async function generateBrowserUpdateFiles() {
|
|||
'@type': 'complete',
|
||||
'@URL': completeMarURL,
|
||||
'@hashFunction': 'sha512',
|
||||
'@hashValue': marHash,
|
||||
'@hashValue': await marHash,
|
||||
'@size': await getSize(marPath),
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue