fix(predict): remove Super Bowl LX temporary fix#25756
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
SmokePredictions is the appropriate tag as it tests Polymarket prediction market integration including market display, positions, and transactions. While SmokePredictions description mentions also selecting SmokeWalletPlatform for Trending section changes, this is a utility function change (not a view change), so the dependency is not strictly required. The change is too minor to warrant additional tags. Performance Test Selection: |
|



Description
This change removes an outdated hardcoded title override in
parsePolymarketEventsfor event id188978.Reason for change:
Improvement:
event.title.Changelog
CHANGELOG entry: null
Related issues
Fixes: N/A
Manual testing steps
Screenshots/Recordings
Before
N/A
After
N/A
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Single-line change to market title mapping; low complexity and no security, auth, or data persistence impact.
Overview
Removes a one-off hardcoded title override in
parsePolymarketEventsthat rewrote event188978to "Super Bowl LX".Polymarket market titles now always come directly from
event.title, eliminating stale special-casing and preventing provider data from being incorrectly rewritten.Written by Cursor Bugbot for commit 18cc72e. This will update automatically on new commits. Configure here.