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 object returned by await partnerService.updatePartners(data) has the updated data, however seems the DB is not being updated at all, unless not the attributes under address object.
Package.json file
Node.js version
v20.15.0
Database and its version
Postgres v15.8
Operating system name and version
MacOS Sequoia 15.2 (24C101)
Browser name
No response
What happended?
I have a
Partner
table with the following definition:PartnerAddress
I created an Step called
update-partner-step.ts
with the following code:With the following input:
The object returned by
await partnerService.updatePartners(data)
has the updated data, however seems the DB is not being updated at all, unless not the attributes underaddress
object.Expected behavior
Update the records in DB
Actual behavior
DB records not being updated
Link to reproduction repo
https://github.com/SaySo-co/medusa2
The text was updated successfully, but these errors were encountered: