add missing await

This commit is contained in:
Abhinav 2023-05-09 19:38:27 +05:30
parent b6315bc7d4
commit ef1bd452d5

View file

@ -443,7 +443,7 @@ class ExportService {
};
if (renamedCollections?.length > 0) {
addLogLine(`renaming ${renamedCollections.length} collections`);
this.collectionRenamer(
await this.collectionRenamer(
exportFolder,
collectionIDExportNameMap,
renamedCollections,