Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vendure-ecommerce/vendure
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Dec 3, 2024
2 parents f9cf1fb + 7391f3e commit 0f1d844
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/guides/developer-guide/plugins/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ export class WishlistShopResolver {

@Query()
@Allow(Permission.Owner)
activeCustomerWishlist(@Ctx() ctx: RequestContext) {
async activeCustomerWishlist(@Ctx() ctx: RequestContext) {
return this.wishlistService.getWishlistItems(ctx);
}

Expand Down Expand Up @@ -760,6 +760,7 @@ mutation RemoveFromWishlist {
removeFromWishlist(itemId: "4") {
id
productVariant {
id
name
}
}
Expand Down
8 changes: 8 additions & 0 deletions license/signatures/version1/cla.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,14 @@
"created_at": "2024-11-14T11:22:24Z",
"repoId": 136938012,
"pullRequestNo": 3208
},
{
"name": "jezzzm",
"id": 26472490,
"comment_id": 2513246359,
"created_at": "2024-12-03T00:18:24Z",
"repoId": 136938012,
"pullRequestNo": 3250
}
]
}

0 comments on commit 0f1d844

Please sign in to comment.