Skip to content

Commit

Permalink
Ignore lint warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruk33 committed Sep 12, 2022
1 parent ad30591 commit 29dbbc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flow-typed/Lbry.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ declare type ResolveResponse = {
// Keys are the url(s) passed to resolve
[string]: {
error?: {
censor?: string,
censor?: {},
text?: string,
},
stream?: StreamClaim,
Expand Down
2 changes: 2 additions & 0 deletions ui/redux/actions/claims.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ export function doResolveUris(
resolveInfo[uri] = {
...fallbackResolveInfo,
errorCensor: {
// $FlowFixMe
...uriResolveInfo.error.censor,
// $FlowFixMe
text: uriResolveInfo.error.text,
},
};
Expand Down

0 comments on commit 29dbbc2

Please sign in to comment.