Skip to content

Commit

Permalink
Hotfix: healthcheck to health
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Jul 18, 2024
1 parent 07834f1 commit 4a38600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatDemo/PipelineStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function checkPipelineStatus(

try {
const client = new r2rClient(deploymentUrl);
await client.healthCheck();
await client.health();
return 'Connected';
} catch (error) {
console.error('Health check failed:', error);
Expand Down

0 comments on commit 4a38600

Please sign in to comment.