return repost claim in doRepost #279
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));
|
||||
resolve();
|
||||
resolve(repostClaim);
|
||||
}
|
||||
|
||||
function failure(error) {
|
||||
|
|
|
@ -485,7 +485,7 @@ export function doRepost(options: StreamRepostOptions) {
|
|||
});
|
||||
|
||||
dispatch(doFetchClaimListMine(1, 10));
|
||||
resolve();
|
||||
resolve(repostClaim);
|
||||
}
|
||||
|
||||
function failure(error) {
|
||||
|
|
Loading…
Reference in a new issue