custom-expo-updates-server icon indicating copy to clipboard operation
custom-expo-updates-server copied to clipboard

fix: Expo Current Update Id and Update Id check

Open saxenanickk opened this issue 1 year ago • 0 comments

In the code we are doing equality check on currentUpdateId & id in line #122. Which fails everytime because we are passing a hash in the manifest API request from the android mobile application. Due to this we are always responding with the manifest to the mobile application.

This PR will fix this issue.

Screenshot 2024-02-02 at 11 52 46 AM

saxenanickk avatar Feb 02 '24 06:02 saxenanickk