Skip to content

Commit

Permalink
Update UserDetailView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Jan 9, 2024
1 parent 7707310 commit e500ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DarockBili Watch App/PersonalCenter/UserDetailView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ struct UserDetailView: View {
}
}

func reqData(signedParam signed: String, inout retryCounter: Int, retryLimit: Int) {
func reqData(signedParam signed: String, retryCounter: inout Int, retryLimit: Int) {
let headers: HTTPHeaders = [
//"accept": "*/*",
//"accept-encoding": "gzip, deflate, br",
Expand Down

0 comments on commit e500ae2

Please sign in to comment.