Skip to content

Commit

Permalink
Added: PC for GenAI DHP Diaganostics
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyvishal committed Nov 25, 2024
1 parent 6d7d3aa commit a574997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class AppService {
version = current_version;
}
domainPath = `retail/${version}`;
} else if (body.context.domain.includes("knowledge-advisory:agrinet:vistaar") || body.context.domain.includes("advisory:uai")) {
} else if (body.context.domain.includes("knowledge-advisory:agrinet:vistaar") || body.context.domain.includes("schemes:uai")) {
domainPath = `vistaar-advisory`;
} else {
return;
Expand Down

0 comments on commit a574997

Please sign in to comment.