Skip to content

Commit fb54224

Browse files
committed
Fix type
1 parent acaacd5 commit fb54224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export interface Price {
8080
}
8181

8282
export interface PriceComponent {
83-
publisher: PublicKey | null
83+
publisher: PublicKey
8484
aggregate: Price
8585
latest: Price
8686
}

0 commit comments

Comments
 (0)