-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove direct GitHub API calls from frontend (#40)
* fix: Remove direct GitHub API calls from frontend The frontend was making direct calls to the GitHub API to check PR status, which was causing 403 errors. This change removes those direct API calls since the PR status is already included in the cached data that's built by the backend. * test: Update tests to use cached PR status The tests were expecting the frontend to fetch PR status directly from GitHub API, but now that we've moved that logic to the backend, we need to update the tests to use the PR status from the cache instead. * fix: Remove unused IssueActivityStatus import * trigger: vercel deployment --------- Co-authored-by: openhands <[email protected]>
- Loading branch information
1 parent
aef964d
commit 3eeaecb
Showing
2 changed files
with
10 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters