Skip to content

Commit

Permalink
Fix FCMIOS spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Aug 21, 2018
1 parent 8d8b911 commit a91a68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/js/iznik/models/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ define([
id: me.id,
notifications: {
push: {
type: window.isiOS ? 'FCMiOS' : 'FCMAndroid',
type: window.isiOS ? 'FCMIOS' : 'FCMAndroid',
subscription: subscription
}
}
Expand Down

0 comments on commit a91a68e

Please sign in to comment.