Skip to content

Commit

Permalink
Fixed issues with POST API resposne
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalali committed Jul 2, 2024
1 parent abefad2 commit 380e82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/recon/recon.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class ReconciliationService {
}
const result: ReconciliationResponse[] =
await this._artsdataService.getReconciliationResult(query.query, query.type, query.limit);
results["q0"] = { result: result };
results["q" + index] = { result: result };
index++;
}
return results;
Expand Down

0 comments on commit 380e82b

Please sign in to comment.