Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 587c415

Browse files
committed
fix: operationName for unfollow
1 parent b562a56 commit 587c415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/userService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const userService = {
186186
const res = await Axios.post<AxiosResponse<{ unfollow: boolean }>>(
187187
endpoint,
188188
{
189-
operationName: 'unfollow',
189+
operationName: 'Unfollow',
190190
query: query,
191191
variables: { input: { followUserId: followUserId } },
192192
},

0 commit comments

Comments
 (0)