Skip to content

Commit 7b77eda

Browse files
committed
Fix
1 parent db02c38 commit 7b77eda

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/abstractions/src/store/backingStoreParseNodeFactory.ts

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ export class BackingStoreParseNodeFactory extends ParseNodeProxyFactory {
1414
* @param concrete the concrete implementation of the ParseNodeFactory
1515
*/
1616
public constructor(concrete: ParseNodeFactory) {
17-
if (!concrete) {
18-
throw new Error("Concrete ParseNodeFactory implementation is required");
19-
}
2017
super(
2118
concrete,
2219
(value) => {

0 commit comments

Comments
 (0)