allow undefined channel_id in repost flowtype

This commit is contained in:
zeppi 2020-12-04 10:10:17 -05:00
parent 034838a23c
commit 612acc6e7f
2 changed files with 2 additions and 2 deletions

View file

@ -232,7 +232,7 @@ declare type StreamRepostOptions = {
name: string,
bid: string,
claim_id: string,
channel_id: string,
channel_id?: string,
};
declare type StreamRepostResponse = GenericTxResponse;

2
flow-typed/Lbry.js vendored
View file

@ -232,7 +232,7 @@ declare type StreamRepostOptions = {
name: string,
bid: string,
claim_id: string,
channel_id: string,
channel_id?: string,
};
declare type StreamRepostResponse = GenericTxResponse;