mirror of https://github.com/Chocobozzz/PeerTube
Merge branch 'release/3.3.0' into develop
commit
421ff4618d
|
@ -85,7 +85,7 @@ async function sha256Hex (data?: ArrayBuffer) {
|
|||
}
|
||||
|
||||
// Fallback for non HTTPS context
|
||||
const shaModule = await import('sha.js')
|
||||
const shaModule = (await import('sha.js') as any).default
|
||||
return new shaModule.sha256().update(Buffer.from(data)).digest('hex')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue