mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
removed stary .then()
This commit is contained in:
parent
da4ecacd3c
commit
0a05981995
|
|
@ -44,7 +44,6 @@ onlineFilesModalButtonConfirm?.addEventListener('click', () => {
|
|||
})
|
||||
})
|
||||
.then(response => response.blob())
|
||||
.then()
|
||||
.then(blob => URL.createObjectURL(blob))
|
||||
.then(blobUrl => {
|
||||
const a = document.createElement('a');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user