Fixed
- API Fix: Corrected Hardcover GraphQL API URL in
checkExistingFinishedRead()function fromhttps://hardcover.app/api/graphqltohttps://api.hardcover.app/v1/graphql - Resolved: 404 error warning "Failed to check existing finished reads" that was appearing in production logs
- Cleanup: Removed empty test files that were causing build issues
What's Changed
This hotfix resolves a 404 error that was occurring when checking for existing finished reads in Hardcover. The function was using the wrong API endpoint, causing the operation to fail with a 404 status.
Full Changelog: v1.2.2...v1.2.3