Skip to content

Commit

Permalink
docs: Remove stale TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Josmithr authored Dec 2, 2024
1 parent 58f5bba commit 6de5309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dds/tree/src/simple-tree/leafNodeSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class LeafNodeSchema<Name extends string, const T extends ValueSchema>
public readonly info: T;
public readonly implicitlyConstructable = true as const;
public readonly childTypes: ReadonlySet<TreeNodeSchema> = new Set();
public readonly metadata: NodeSchemaMetadata | undefined = undefined; // TODO
public readonly metadata: NodeSchemaMetadata | undefined = undefined;

public create(data: TreeValue<T> | FlexTreeNode): TreeValue<T> {
if (isFlexTreeNode(data)) {
Expand Down

0 comments on commit 6de5309

Please sign in to comment.