Skip to content

Commit

Permalink
Run Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Feb 23, 2024
1 parent fd6612c commit 22231e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migration/Destinations/Appwrite.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Utopia\Migration\Destinations;

use Appwrite\AppwriteException;
use Appwrite\Client;
use Appwrite\InputFile;
use Appwrite\Services\Databases;
Expand Down Expand Up @@ -297,6 +296,7 @@ public function importDatabaseResource(Resource $resource): Resource

if ($docExists) {
$resource->setStatus(Resource::STATUS_SKIPPED, 'Document has been already created by relationship');

return $resource;
}

Expand Down

0 comments on commit 22231e4

Please sign in to comment.