Skip to content

Commit

Permalink
Solve review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RidhamShah committed Sep 22, 2023
1 parent 57e3198 commit d1a2d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/packages/Upgrade/src/api/services/QueryService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class QueryService {

// checks for archieve state experiment
if (promiseResult[0].experiment?.state === EXPERIMENT_STATE.ARCHIVED) {
return await this.getArchivedStats(queryIds, logger);
return this.getArchivedStats(queryIds, logger);
}

const analyzePromise = promiseResult.map((query) => {
Expand Down

0 comments on commit d1a2d82

Please sign in to comment.