| 6 | import { applyDeviceTokenExists } from '../Push/utils'; |
| 7 | |
| 8 | export class PushController { |
| 9 | sendPush(body = {}, where = {}, config, auth, onPushStatusSaved = () => {}, now = new Date()) { |
| 10 | if (!config.hasPushSupport) { |
| 11 | throw new Parse.Error(Parse.Error.PUSH_MISCONFIGURED, 'Missing push configuration'); |
nothing calls this directly
no outgoing calls
no test coverage detected