diff --git a/src/hooks/afterOperationSendChangesWebhook.ts b/src/hooks/afterOperationSendChangesWebhook.ts index 560e142..02ae120 100644 --- a/src/hooks/afterOperationSendChangesWebhook.ts +++ b/src/hooks/afterOperationSendChangesWebhook.ts @@ -298,6 +298,12 @@ export const getEndpointChangesForCollectible = ({ }: Collectible): EndpointChange[] => { const changes: EndpointChange[] = []; + changes.push({ + type: SDKEndpointNames.getCollectible, + slug, + url: getSDKEndpoint.getCollectible(slug), + }); + if (gallery && gallery.length > 0) { changes.push({ type: SDKEndpointNames.getCollectibleGallery,