return repost claim in doRepost

This commit is contained in:
Sean Yesmunt 2020-02-23 20:19:01 -05:00
parent 863ffdf7dc
commit 929c5de0e2
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) {