@amityco/ts-sdk-react-native 6.25.1 → 6.25.2-843ba7e.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amityco/ts-sdk-react-native",
3
- "version": "6.25.1",
3
+ "version": "6.25.2-843ba7e.0",
4
4
  "license": "CC-BY-ND-4.0",
5
5
  "author": "amity.co <developers@amity.co> (https://amity.co)",
6
6
  "description": "Amity Social Cloud Typescript SDK",
@@ -14,7 +14,7 @@ export const registerPushNotification = async (deviceToken: string): Promise<boo
14
14
  throw new ASCInvalidParameterError('Unsupported platform');
15
15
  }
16
16
 
17
- const deviceId = getDeviceId();
17
+ const deviceId = await getDeviceId();
18
18
 
19
19
  const {
20
20
  data: { status, error },