a recent upgrade to @mapeo/core changed a couple of things about how invites are handled, most notably replacing the projectPublicId field with the projectInviteId field. This wasn't accounted for when upgrading to the core version that introduced that change, causing some invite-related code to be broken.
a recent upgrade to
@mapeo/core
changed a couple of things about how invites are handled, most notably replacing theprojectPublicId
field with theprojectInviteId
field. This wasn't accounted for when upgrading to the core version that introduced that change, causing some invite-related code to be broken.