MCPcopy Create free account
hub / github.com/parse-community/parse-server / badgeUpdate

Method badgeUpdate

src/Controllers/PushController.js:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected