You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there things actionable in that issue? I will close it and if we missed things, anyone can propose an issue with a refactoring proposal. Good opportunity for first bugs.
while looking at code for fixing issues, noted some items might be cleaned up
endpoints.py (from manual testing of search functionality couldn't see these endpoints getting called in the network panel)
* https://github.com/webcompat/webcompat.com/blob/master/webcompat/api/endpoints.py#L148(l148 appears to get used when logged in)
views.py
* https://github.com/webcompat/webcompat.com/blob/master/webcompat/views.py#L179 (think set() replaced by frozenset() but could verify)The text was updated successfully, but these errors were encountered: