Skip to content

Commit

Permalink
make CI happy?
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jan 6, 2025
1 parent ac87ff4 commit 02704b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build-config/src/-private/utils/deprecations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function getDeprecations(
if (!isDeactivatedDeprecationNotice) {
// if we have a specific flag setting, use it
if (typeof deprecations?.[flag] === 'boolean') {
flagState = deprecations?.[flag];
flagState = deprecations?.[flag]!;
} else if (compatVersion) {
// if we are told we are compatible with a version
// we check if we can strip this flag
Expand Down

0 comments on commit 02704b3

Please sign in to comment.