Skip to content

June Fixes - #191

Open
seveibar wants to merge 3 commits into
mainfrom
june-fixes
Open

June Fixes#191
seveibar wants to merge 3 commits into
mainfrom
june-fixes

Conversation

@seveibar

@seveibar seveibar commented Jul 5, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@vercel

vercel Bot commented Jul 5, 2025

Copy link
Copy Markdown

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

Name Status Preview Comments Updated (UTC)
contribution-tracker ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2025 4:10pm

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: API Call Missing, Incorrect Destructuring

The line const { data: issues } = { issues: [] } incorrectly destructures an object, resulting in issues being undefined because the object lacks a data property. This causes a runtime error when issues.filter() is called. The function is missing an actual API call to fetch issues, instead using this hardcoded and incorrectly structured placeholder.

lib/data-retrieval/getIssuesCreated-fixed.ts#L11-L12

const { data: issues } = { issues: [] }

Fix in CursorFix in Web


Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant