expo / custom-expo-updates-server

238 stars 67 forks source link

fix wrong id check #44

Open luanphungba opened 4 months ago

luanphungba commented 4 months ago

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.

saxenanickk commented 3 months ago

@luanphungba It's a duplicate of PR for the same. I think no one looked onto it.