Handle promise linting (#5488)
This commit is contained in:
@@ -135,7 +135,7 @@ export default class ImportJSONTask extends ImportTask {
|
||||
});
|
||||
|
||||
if (Object.values(item.documents).length) {
|
||||
await mapDocuments(item.documents, collectionId);
|
||||
mapDocuments(item.documents, collectionId);
|
||||
}
|
||||
|
||||
if (Object.values(item.attachments).length) {
|
||||
|
||||
Reference in New Issue
Block a user