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

View File

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