Skip to content

Commit

Permalink
Fix Meteor-Community-Packages#43 mentioned issue
Browse files Browse the repository at this point in the history
The notification check should expect query to be `String`, thanks
@giggioz
  • Loading branch information
Morten Henriksen committed Mar 21, 2015
1 parent 504631e commit b0d8807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ [email protected]
[email protected]
raix:[email protected]
raix:[email protected]
raix:[email protected].3
raix:[email protected].4
[email protected]
[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion lib/common/notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var _validateDocument = function(notification) {
text: String,
badge: Match.Optional(Number),
sound: Match.Optional(String),
query: Match.Optional(Object),
query: Match.Optional(String),
token: Match.Optional(_matchToken),
tokens: Match.Optional([_matchToken]),
payload: Match.Optional(Object),
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'raix:push',
version: '2.6.3',
version: '2.6.4',
summary: 'Isomorphic Push notifications for APN and GCM',
git: 'https://github.com/raix/push.git'
});
Expand Down

0 comments on commit b0d8807

Please sign in to comment.