custom-expo-updates-server
custom-expo-updates-server copied to clipboard
fix wrong id check
The id get from header['expo-current-update-id'] is ulid, so we need to convert SHA265 hash to ulid before comparing. Thank you for your project.
@luanphungba It's a duplicate of PR for the same. I think no one looked onto it.
Fixed by https://github.com/expo/custom-expo-updates-server/pull/58.