Skip to content

Commit

Permalink
fix(core): Fix Asset.tags resolution in Shop API
Browse files Browse the repository at this point in the history
Relates to #1754
  • Loading branch information
michaelbromley committed Jun 28, 2023
1 parent a0e891a commit 555666c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/api/api-internal-modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ const shopResolvers = [
];

export const entityResolvers = [
AssetEntityResolver,
ChannelEntityResolver,
CollectionEntityResolver,
CountryEntityResolver,
Expand Down Expand Up @@ -154,7 +155,6 @@ export const entityResolvers = [

export const adminEntityResolvers = [
AdministratorEntityResolver,
AssetEntityResolver,
CustomerAdminEntityResolver,
OrderAdminEntityResolver,
PaymentMethodEntityResolver,
Expand Down

0 comments on commit 555666c

Please sign in to comment.