Commit d3bb77d1 authored by yann300's avatar yann300

linting

parent 7bf76379
......@@ -327,8 +327,8 @@ export class LandingPage extends ViewPlugin {
const zip = new JSZip()
await fileProviders.browser.copyFolderToJson('/', ({ path, content }) => {
zip.file(path, content)
}, ({ path }) => {
zip.folder(path)
},({ path, content }) => {
zip.folder(path, content)
})
zip.generateAsync({ type: 'blob' }).then(function (blob) {
saveAs(blob, 'remixdbackup.zip')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment