[ACS-8924] Failing Sonar job (#4219)

This commit is contained in:
jacekpluta
2024-11-13 14:03:35 +01:00
committed by GitHub
parent ad0ec78e02
commit 27e318aaa0
8 changed files with 13 additions and 11 deletions

View File

@@ -73,7 +73,7 @@ export class SearchPageApi {
}
};
return Utils.retryCall(searchFiles);
return await Utils.retryCall(searchFiles);
} catch {}
}
}