Merge pull request #279 from lbryio/repost-callback

return repost claim in doRepost
This commit is contained in:
Sean Yesmunt 2020-02-23 20:19:29 -05:00 committed by GitHub
commit 1771d9c39d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
dist/bundle.es.js vendored
View file

@ -3255,7 +3255,7 @@ function doRepost(options) {
});
dispatch(doFetchClaimListMine(1, 10));
resolve();
resolve(repostClaim);
}
function failure(error) {

View file

@ -485,7 +485,7 @@ export function doRepost(options: StreamRepostOptions) {
});
dispatch(doFetchClaimListMine(1, 10));
resolve();
resolve(repostClaim);
}
function failure(error) {