8000 Update libraries/rush-lib/src/api/Subspace.ts · microsoftly/rushstack@6998c57 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6998c57

Browse files
Update libraries/rush-lib/src/api/Subspace.ts
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent 061c9f7 commit 6998c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/rush-lib/src/api/Subspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export class Subspace {
272272
* @beta
273273
*/
274274
public get shouldEnsureConsistentVersions(): boolean {
275-
const subspaceEnsureConsistentVersions: boolean | undefined = this.getCommonVersions().ensureConsistentVersions !== undefined;
275+
const subspaceEnsureConsistentVersions: boolean | undefined = this.getCommonVersions().ensureConsistentVersions;
276276
if (
277277
this._rushConfiguration.subspacesFeatureEnabled ||
278278
subspaceEnsureConsistentVersions !== undefined

0 commit comments

Comments
 (0)
0