(body, installations)
| 1166 | const auth = { isMaster: true }; |
| 1167 | const pushAdapter = { |
| 1168 | send(body, installations) { |
| 1169 | return successfulTransmissions(body, installations); |
| 1170 | }, |
| 1171 | getValidPushTypes() { |
| 1172 | return ['ios']; |
| 1173 | }, |
nothing calls this directly
no test coverage detected