pingthepeople / ptp-web

Web front-end for Ping the People
https://pingthepeople.org
2 stars 0 forks source link

Watchlist details are fetched twice. #91

Open jhoerr opened 5 years ago

jhoerr commented 5 years ago

When navigating to the watchlist, GET /api/bills/details?ids=... is called twice in quick succession. The same ids are sent each time, and the same data is returned. Seems like this is probably not the intended behavior?