-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove deprecated vars for templates #2742
fix: remove deprecated vars for templates #2742
Conversation
View your CI Pipeline Execution ↗ for commit cd2cd05.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files☔ View full report in Codecov by Sentry. |
@@ -11,7 +11,6 @@ import { | |||
export interface PlaceholderVariable { | |||
type: 'fact' | 'fullUrl' | 'relativeUrl' | 'localisation'; | |||
value: string; | |||
vars?: string[]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We forgot to deprecate it here.. :/
b23d51b
to
cd2cd05
Compare
Proposed change
Follow up for #1587, removing deprecated
vars
used in placeholder templates.Documentation has been already updated 18470a5#diff-84b1c82a9c6fd7aaf05809ae0ad3020bdaf415d9b37ad73029fe22999ebfbb26