herum-shared 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -223,7 +223,7 @@ const defaultAuthorizationObject = {
223
223
  },
224
224
  answerNote() {
225
225
  return cloneDeep({
226
- propertyPath: `[${resourceIdPlaceholder}]${answersPath}`,
226
+ propertyPath: `[${resourceIdPlaceholder}]${answerNotePropertyPath}`,
227
227
  authorizationType: MicroResourceAuthorizationType.view,
228
228
  ...closeStatus,
229
229
  collectionItemType: 'Resources'