Skip to content

Commit

Permalink
Remove duplicate relationship
Browse files Browse the repository at this point in the history
adding 'collections.owner' automatically adds 'collections'
  • Loading branch information
MonkeyDo committed May 3, 2021
1 parent dce456e commit 5f98958
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/helpers/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ export function makeEntityLoader(modelName: string, additionalRels: Array<string
'identifierSet.identifiers.type',
'relationshipSet.relationships.type',
'revision.revision',
'collections',
'collections.owner'
].concat(additionalRels);

Expand Down

0 comments on commit 5f98958

Please sign in to comment.