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

fix wrong id check

Open luanphungba opened this issue 1 year ago • 1 comments

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 avatar Feb 22 '24 09:02 luanphungba

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

saxenanickk avatar Mar 28 '24 05:03 saxenanickk

Fixed by https://github.com/expo/custom-expo-updates-server/pull/58.

wschurman avatar Jul 18 '24 21:07 wschurman