Skip to content
Snippets Groups Projects
Commit 6062e036 authored by ShivaniDhoke's avatar ShivaniDhoke
Browse files

fixed some changes in rating

parent 9350d6bc
No related branches found
No related tags found
No related merge requests found
{
$.data.{
"context": $context(context, $action),
"message": message
}
}[]
......@@ -51,7 +51,7 @@ export class GCLService {
async rating(body: any) {
const payload = await this.tlService.transform(body, "rating");
const psResponse = await this.psClientService.post(payload);
const psResponse = await this.psClientService.postMany(payload);
const response = await this.tlService.transform(psResponse, "on_rating");
return response;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment