petercat-ai / petercat

A conversational Q&A agent configuration system, self-hosted deployment solutions, and a convenient all-in-one application SDK, allowing you to create intelligent Q&A bots for your GitHub repositories
https://petercat.ai
MIT License
595 stars 16 forks source link

ci:fix ci error #489

Closed ch-liuzhide closed 3 days ago

vercel[bot] commented 3 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
petercat ❌ Failed (Inspect) Nov 19, 2024 7:46am
petercat-assistant[bot] commented 3 days ago

Walkthrough

This pull request addresses a CI error by making minor adjustments to the codebase. Specifically, it removes an unused import and a debugger statement, which are likely causing issues in the CI pipeline.

Changes

File Summary
client/app/factory/edit/components/BotCreateForm.tsx Removed unused import Image from @nextui-org/react.
client/app/factory/edit/page.tsx Removed debugger statement from the code.