return repost claim in doRepost
This commit is contained in:
parent
863ffdf7dc
commit
929c5de0e2
2 changed files with 2 additions and 2 deletions
2
dist/bundle.es.js
vendored
2
dist/bundle.es.js
vendored
|
@ -3255,7 +3255,7 @@ function doRepost(options) {
|
||||||
});
|
});
|
||||||
|
|
||||||
dispatch(doFetchClaimListMine(1, 10));
|
dispatch(doFetchClaimListMine(1, 10));
|
||||||
resolve();
|
resolve(repostClaim);
|
||||||
}
|
}
|
||||||
|
|
||||||
function failure(error) {
|
function failure(error) {
|
||||||
|
|
|
@ -485,7 +485,7 @@ export function doRepost(options: StreamRepostOptions) {
|
||||||
});
|
});
|
||||||
|
|
||||||
dispatch(doFetchClaimListMine(1, 10));
|
dispatch(doFetchClaimListMine(1, 10));
|
||||||
resolve();
|
resolve(repostClaim);
|
||||||
}
|
}
|
||||||
|
|
||||||
function failure(error) {
|
function failure(error) {
|
||||||
|
|
Loading…
Reference in a new issue