Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit 7a0df26

Browse files
committed
Forgot to change this
1 parent 3e1c175 commit 7a0df26

File tree

1 file changed

+1
-1
lines changed
  • src/commonMain/kotlin/com/github/doomsdayrs/jikan4java/data/model/main/club

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/com/github/doomsdayrs/jikan4java/data/model/main/club/ClubMember.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ data class ClubMember(
3838
* @return [User]
3939
*/
4040
val userUrl
41-
get() = User.getByName(username)
41+
get() = User.getUrlByName(username)
4242
}

0 commit comments

Comments
 (0)