[ACS-8001] fixes

This commit is contained in:
Mykyta Maliarchuk
2024-06-11 22:54:26 +02:00
committed by Mykyta Maliarchuk
parent a1cbcfca33
commit 654dec8d57
7 changed files with 23 additions and 24 deletions

View File

@@ -45,7 +45,7 @@ export class PredictionsApi extends BaseApi {
*
* @param predictionId The identifier of a prediction.
* @param reviewStatus New status to apply for prediction. Can be either 'confirmed' or 'rejected'.
* @returns Promise<{}>
* @returns Promise<void>
*/
reviewPrediction(predictionId: string, reviewStatus: ReviewStatus): Promise<void> {
throwIfNotDefined(predictionId, 'predictionId');