Skip to content

Commit

Permalink
refactor: fix SonarQube complain in components.effect.ts - group shor…
Browse files Browse the repository at this point in the history
  • Loading branch information
Platonn authored Sep 13, 2024
1 parent 8f15ad0 commit 87834f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/core/src/cms/store/effects/components.effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ export class ComponentsEffects {
actions.push(
new CmsActions.LoadCmsComponentFail({
uid,
pageContext,
error: new Error(
`Failed to load CmsComponent ${pageContext.type} uid: ${uid}`
),
pageContext,
})
);
});
Expand Down

0 comments on commit 87834f9

Please sign in to comment.