allow undefined channel_id in repost flowtype
This commit is contained in:
parent
034838a23c
commit
612acc6e7f
2 changed files with 2 additions and 2 deletions
2
dist/flow-typed/Lbry.js
vendored
2
dist/flow-typed/Lbry.js
vendored
|
@ -232,7 +232,7 @@ declare type StreamRepostOptions = {
|
||||||
name: string,
|
name: string,
|
||||||
bid: string,
|
bid: string,
|
||||||
claim_id: string,
|
claim_id: string,
|
||||||
channel_id: string,
|
channel_id?: string,
|
||||||
};
|
};
|
||||||
|
|
||||||
declare type StreamRepostResponse = GenericTxResponse;
|
declare type StreamRepostResponse = GenericTxResponse;
|
||||||
|
|
2
flow-typed/Lbry.js
vendored
2
flow-typed/Lbry.js
vendored
|
@ -232,7 +232,7 @@ declare type StreamRepostOptions = {
|
||||||
name: string,
|
name: string,
|
||||||
bid: string,
|
bid: string,
|
||||||
claim_id: string,
|
claim_id: string,
|
||||||
channel_id: string,
|
channel_id?: string,
|
||||||
};
|
};
|
||||||
|
|
||||||
declare type StreamRepostResponse = GenericTxResponse;
|
declare type StreamRepostResponse = GenericTxResponse;
|
||||||
|
|
Loading…
Reference in a new issue