Skip to content

Commit

Permalink
fix(backend): update github prop for speaker from Openplanner.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed May 18, 2024
1 parent ee916e6 commit 618fedd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fun SpeakerOP.convertToDb(photoUrl: String?): SpeakerDb {

fun SpeakerDb.mergeWith(photoUrl: String?, speakerOP: SpeakerOP): SpeakerDb {
val twitter = speakerOP.socials.find { it.name.lowercase() == "twitter" }?.link
val github = speakerOP.socials.find { it.name.lowercase() == "gitHub" }?.link
val github = speakerOP.socials.find { it.name.lowercase() == "github" }?.link
val website = speakerOP.socials.find { it.name.lowercase() == "website" }?.link
val mastodon = speakerOP.socials.find { it.name.lowercase() == "mastodon" }?.link
val linkedin = speakerOP.socials.find { it.name.lowercase() == "linkedin" }?.link
Expand Down

0 comments on commit 618fedd

Please sign in to comment.