From b336926838dbc6b07537330885cd32a97628a59f Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Thu, 10 Apr 2025 12:10:53 +0800 Subject: [PATCH] lint error --- src/type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type.ts b/src/type.ts index c7e0cd8..f3c11d7 100644 --- a/src/type.ts +++ b/src/type.ts @@ -94,4 +94,4 @@ export interface ClientOptions { export interface UpdateTestPayload { type: '__rnPushyVersionHash' | string | null; data: any; -} \ No newline at end of file +}