Automattic / notifications-panel

Core notifications panel for WordPress.com notifications
0 stars 1 forks source link

Remove `catch()` from the `/me` call to avoid nooping on all failures. #210

Closed kwight closed 6 years ago

kwight commented 6 years ago

@gwwar I believe we discussed this also around #209 – did I understand this correctly?

gwwar commented 6 years ago

I think we can close this one out @kwight, generally we should be aware that a catch with catch any error from the chain not just the previous call (such as then)