We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad30591 commit 29dbbc2Copy full SHA for 29dbbc2
flow-typed/Lbry.js
@@ -77,7 +77,7 @@ declare type ResolveResponse = {
77
// Keys are the url(s) passed to resolve
78
[string]: {
79
error?: {
80
- censor?: string,
+ censor?: {},
81
text?: string,
82
},
83
stream?: StreamClaim,
ui/redux/actions/claims.js
@@ -90,7 +90,9 @@ export function doResolveUris(
90
resolveInfo[uri] = {
91
...fallbackResolveInfo,
92
errorCensor: {
93
+ // $FlowFixMe
94
...uriResolveInfo.error.censor,
95
96
text: uriResolveInfo.error.text,
97
98
};
0 commit comments