From a935456acab0c7bdc021829e18ce20230e18c752 Mon Sep 17 00:00:00 2001 From: yakov116 <16872793+yakov116@users.noreply.github.com> Date: Wed, 18 Nov 2020 19:55:59 -0500 Subject: Lint (#3723) --- source/features/user-profile-follower-badge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/user-profile-follower-badge.tsx') diff --git a/source/features/user-profile-follower-badge.tsx b/source/features/user-profile-follower-badge.tsx index 0c5e3d29..2c5f5966 100644 --- a/source/features/user-profile-follower-badge.tsx +++ b/source/features/user-profile-follower-badge.tsx @@ -9,7 +9,7 @@ import * as api from '../github-helpers/api'; import {getUsername, getCleanPathname} from '../github-helpers'; const doesUserFollow = cache.function(async (userA: string, userB: string): Promise => { - const {httpStatus} = await api.v3(`users/${userA}/following/${userB}`, { + const {httpStatus} = await api.v3(`/users/${userA}/following/${userB}`, { json: false, ignoreHTTPStatus: true }); -- cgit v1.2.3