Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Aug 16, 2023
1 parent 794f5f2 commit 75391ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Database/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -1470,8 +1470,6 @@ public function createDocuments(string $collection, array $documents, int $batch

$collection = $this->silent(fn() => $this->getCollection($collection));



$time = DateTime::now();

foreach ($documents as $key => $document) {
Expand Down

0 comments on commit 75391ea

Please sign in to comment.