Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #5314, always show the server removal notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb authored Apr 2, 2019
1 parent e6ed47f commit b2c084a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/promotion-strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class PromotionStrategy {
}

shouldShowDeprecation() {
return false;
return true;
}
}

Expand Down

0 comments on commit b2c084a

Please sign in to comment.