eslint fix

This commit is contained in:
Bassel 2022-11-24 10:30:46 +02:00
parent c5053842fa
commit c02d5bed0d

View File

@ -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