From e500ae2858191ad43b3b046dcc6f5b4f57863389 Mon Sep 17 00:00:00 2001 From: Mark Chan <45706356+WindowsMEMZ@users.noreply.github.com> Date: Wed, 10 Jan 2024 03:55:05 +0800 Subject: [PATCH] Update UserDetailView.swift --- DarockBili Watch App/PersonalCenter/UserDetailView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DarockBili Watch App/PersonalCenter/UserDetailView.swift b/DarockBili Watch App/PersonalCenter/UserDetailView.swift index 67572b56e..e9c8de8f1 100644 --- a/DarockBili Watch App/PersonalCenter/UserDetailView.swift +++ b/DarockBili Watch App/PersonalCenter/UserDetailView.swift @@ -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",