Skip to content

Commit 0b51c01

Browse files
author
Rafael
committed
Change verify
1 parent b14688e commit 0b51c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/stores/PushAudiencesStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function PushAudiencesStore(state, action) {
3131
return Parse.Promise.as(state);
3232
}
3333
}
34-
if (action.app.serverInfo.parseServerVersion > '2.2.24') {
34+
if (action.app.serverInfo.features.push.pushAudiences) {
3535
let promise = action.app.apiRequest(
3636
'GET',
3737
action.limit ? `push_audiences?audience_limit=${action.limit}` : 'push_audiences',

0 commit comments

Comments
 (0)