From b76f91218c191339349acb431f78fb18340a3541 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 25 Apr 2024 08:56:17 +0000 Subject: [PATCH] fixes --- app/config/platforms.php | 2 +- src/Appwrite/Platform/Tasks/SDKs.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index a62717744..d83934505 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -148,7 +148,7 @@ return [ 'family' => APP_PLATFORM_CLIENT, 'prism' => 'javascript', 'source' => \realpath(__DIR__ . '/../sdks/client-react-native'), - 'gitUrl' => 'https://github.com/appwrite/sdk-for-react-native.git', + 'gitUrl' => 'git@github.com:appwrite/sdk-for-react-native.git', 'gitRepoName' => 'sdk-for-react-native', 'gitUserName' => 'appwrite', 'gitBranch' => 'dev', diff --git a/src/Appwrite/Platform/Tasks/SDKs.php b/src/Appwrite/Platform/Tasks/SDKs.php index d2d8642d8..22b323402 100644 --- a/src/Appwrite/Platform/Tasks/SDKs.php +++ b/src/Appwrite/Platform/Tasks/SDKs.php @@ -22,7 +22,6 @@ use Appwrite\SDK\Language\Swift; use Appwrite\SDK\Language\Web; use Appwrite\SDK\SDK; use Appwrite\Spec\Swagger2; -use Exception; use Utopia\CLI\Console; use Utopia\Config\Config; use Utopia\Platform\Action;