mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 23:57:32 +00:00
eslint fix
This commit is contained in:
parent
c5053842fa
commit
c02d5bed0d
@ -59,7 +59,9 @@ class LocalStrapiDestinationProvider implements IDestinationProvider {
|
||||
}
|
||||
|
||||
async beforeStreaming() {
|
||||
if (this.options.strategy === 'restore') await this.deleteAll();
|
||||
if (this.options.strategy === 'restore') {
|
||||
await this.deleteAll();
|
||||
}
|
||||
}
|
||||
|
||||
// TODO
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user