Skip to content

Commit

Permalink
Fix missing "name" property in MetroNodeProps
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rekanguok authored and nick-thompson committed Oct 11, 2024
1 parent f9033e9 commit 92cbb05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/packages/core/lib/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export function rand(a?) {
// Metro node
type MetroNodeProps = {
key?: string,
name?: string,
interval?: number,
};

Expand Down

0 comments on commit 92cbb05

Please sign in to comment.