removed stary .then()

This commit is contained in:
Jonathan Barrow 2022-07-18 18:06:37 -04:00
parent da4ecacd3c
commit 0a05981995

View File

@ -44,7 +44,6 @@ onlineFilesModalButtonConfirm?.addEventListener('click', () => {
})
})
.then(response => response.blob())
.then()
.then(blob => URL.createObjectURL(blob))
.then(blobUrl => {
const a = document.createElement('a');