FAMILIAR_FOLLOWERS_FETCH_FAIL: skipAlert: true

This commit is contained in:
Alex Gleason 2023-07-13 19:20:27 -05:00
parent fe08f06e5e
commit f3fbc5055f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -33,5 +33,6 @@ export const fetchAccountFamiliarFollowers = (accountId: string) => (dispatch: A
type: FAMILIAR_FOLLOWERS_FETCH_FAIL,
id: accountId,
error,
skipAlert: true,
}));
};