We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ea269 commit e3d36b7Copy full SHA for e3d36b7
src/dashboard/Push/PushNew.react.js
@@ -201,7 +201,7 @@ export default class PushNew extends DashboardView {
201
payload.alert = changes.data_type === 'json' ? JSON.parse(changes.data) : changes.data;
202
payload.badge = !!changes.increment_badge;
203
Parse.Push.send({
204
- where: changes.target ? changes.target : new Parse.Query(Parse.Installation),
+ where: changes.target || new Parse.Query(Parse.Installation),
205
data: payload,
206
}, {
207
useMasterKey: true,
0 commit comments