Skip to content

Commit 8bc405a

Browse files
committed
fix: PropertySet flow type
1 parent beab760 commit 8bc405a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spBv1.0.js.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export type PropertyValue =
6565
| PropertySetValue
6666
| PropertySetListValue
6767

68-
export type PropertySet = {| [key: string]: PropertyValue |}
68+
export type PropertySet = { [key: string]: PropertyValue }
6969

7070
export type MetricBase = {|
7171
name?: ?string,

0 commit comments

Comments
 (0)