v0.5.2
-
@lowdefy/modules-mongodb-user-admin: ### Patch Changes
-
#60
53782fcThanks @Gervwyk! - Fixinvite-userAPI resolving_id,email, andprofile.namefrom the upsert response.MongoDBUpdateOnedoes not return the document, so_step: invite.value.*was alwaysundefined— the resulting event was logged with an empty title/contact reference, and the API returneduserId: null. Added aget-userMongoDBFindOnestep after the upsert that reads the user back bylowercase_email, and repointed the event display,contact_idsreference, and returneduserIdto it.