Skip to content

Commit f883c06

Browse files
authored
Update src/user/getUsersIFollow.ts
1 parent a19921c commit f883c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user/getUsersIFollow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ export const getUsersIFollow = async (
7070

7171
return serializeProperties(rawResponse, {
7272
shouldCastToNumbers: ["Points", "PointsSoftcore"],
73-
shouldMapToBooleans: ["AmIFollowing"],
73+
shouldMapToBooleans: ["IsFollowingMe"],
7474
});
7575
};

0 commit comments

Comments
 (0)