You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
vnugent
changed the title
Daily export script needs to convert climb id to UUID format
[Daily export script] convert climb id to UUID format
May 23, 2023
When export climb object to json, we need to convert climbs._id to uuid format.
Tips:
yarn export-prod
I think the fix may be as simple as setting MUUID mode to 'relaxed', eg const mUUID = MUUID.mode('relaxed')
See https://github.com/cdimascio/uuid-mongodb
The text was updated successfully, but these errors were encountered: