Describe the bug
In case that a DSC has subscribed to its own artifact on update the subscriptions location receives the previous artifact data instead of the new data.
To Reproduce
Steps to reproduce the behavior:
- Create an artifact
- Create a subscription and set the location and subscriber to webhook
- Update the artifact with new data using the endpoint POST /api/artifact/artifactId/data
- See that webhook receives the value before the update
Expected behavior
The updated value should be dispatched to webhook.