Commit 15901086 authored by Him188's avatar Him188

Fix company name

parent adcf15ef
......@@ -213,7 +213,7 @@ data class Profile(
(school?.let { "school=$school, " } ?: "") +
(homepage?.let { "homepage=$homepage, " } ?: "") +
(email?.let { "email=$email, " } ?: "") +
(company?.let { "company=$company?," } ?: "") +
(company?.let { "company=$company," } ?: "") +
")"// 最终会是 ", )", 但这并不影响什么.
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment