Skip to content

Commit 2058391

Browse files
committed
Remove excessive check
1 parent 7de25f2 commit 2058391

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/NamespacedValue.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ export class UnstableValue<S extends string, U extends string> extends Namespace
8383
if (!this.unstable) {
8484
throw new Error("Unstable value must be supplied");
8585
}
86-
if (!this.stable) {
87-
throw new Error("Stable value must be supplied");
88-
}
8986
}
9087

9188
public get name(): U {

0 commit comments

Comments
 (0)