FAMILIAR_FOLLOWERS_FETCH_FAIL: skipAlert: true
This commit is contained in:
parent
fe08f06e5e
commit
f3fbc5055f
1 changed files with 1 additions and 0 deletions
|
@ -33,5 +33,6 @@ export const fetchAccountFamiliarFollowers = (accountId: string) => (dispatch: A
|
|||
type: FAMILIAR_FOLLOWERS_FETCH_FAIL,
|
||||
id: accountId,
|
||||
error,
|
||||
skipAlert: true,
|
||||
}));
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue