Fix typo.
This commit is contained in:
parent
88e6846f66
commit
7c22f9df82
|
@ -1,4 +1,4 @@
|
||||||
// This file hosts the contansts with the values used on native apps (User Defaults on iOS and Shared Preferences on Android).
|
// This file hosts the constants with the values used on native apps (User Defaults on iOS and Shared Preferences on Android).
|
||||||
import { isIOS } from '../utils/deviceInfo';
|
import { isIOS } from '../utils/deviceInfo';
|
||||||
|
|
||||||
export const IDENTIFIER = isIOS ? 'group.ios.chat.rocket' : 'chat.rocket.android';
|
export const IDENTIFIER = isIOS ? 'group.ios.chat.rocket' : 'chat.rocket.android';
|
||||||
|
|
Loading…
Reference in New Issue