()
| 35 | // TODO: If the req can pass the checking, we return immediately instead of waiting |
| 36 | // pushes to be sent. We probably change this behaviour in the future. |
| 37 | let badgeUpdate = () => { |
| 38 | return Promise.resolve(); |
| 39 | }; |
| 40 | |
| 41 | if (body.data && body.data.badge) { |
| 42 | const badge = body.data.badge; |
nothing calls this directly
no outgoing calls
no test coverage detected