Skip to content

Commit 6d52763

Browse files
Ruk33jessopb
authored andcommitted
Ignore lint warning.
1 parent 8e5678a commit 6d52763

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

flow-typed/Lbry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ declare type ResolveResponse = {
7777
// Keys are the url(s) passed to resolve
7878
[string]: {
7979
error?: {
80-
censor?: string,
80+
censor?: {},
8181
text?: string,
8282
},
8383
stream?: StreamClaim,

ui/redux/actions/claims.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ export function doResolveUris(
9090
resolveInfo[uri] = {
9191
...fallbackResolveInfo,
9292
errorCensor: {
93+
// $FlowFixMe
9394
...uriResolveInfo.error.censor,
95+
// $FlowFixMe
9496
text: uriResolveInfo.error.text,
9597
},
9698
};

0 commit comments

Comments
 (0)