From c14b2986f7f62c684371f73be74e44b7fb8bc932 Mon Sep 17 00:00:00 2001 From: m0_75226990 Date: Tue, 11 Apr 2023 16:43:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4uts-syntaxcase=20iOS?= =?UTF-8?q?=20=E9=81=BF=E5=85=8D=E4=BA=91=E6=89=93=E5=8C=85=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uts-syntaxcase/utssdk/index.uts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uts-syntaxcase/utssdk/index.uts b/uni_modules/uts-syntaxcase/utssdk/index.uts index c6b78f3..63d788a 100644 --- a/uni_modules/uts-syntaxcase/utssdk/index.uts +++ b/uni_modules/uts-syntaxcase/utssdk/index.uts @@ -128,6 +128,6 @@ class RequestTaskImpl implements RequestTask { } } -export function request(url : string) : RequestTask { +export function request(url : string) : RequestTask | null { return new RequestTaskImpl(url) } \ No newline at end of file -- GitLab