Skip to content

Commit

Permalink
fix: Related schema doctype should be io.cozy.contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Nov 19, 2024
1 parent 6434a1a commit a6b972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/doctypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const schema = {
},
related: {
type: 'has-many',
doctype: DOCTYPE_CONTACT_ACCOUNTS
doctype: DOCTYPE_CONTACTS
}
}
},
Expand Down

0 comments on commit a6b972d

Please sign in to comment.