Skip to content

Commit

Permalink
some improve
Browse files Browse the repository at this point in the history
  • Loading branch information
xinningsu committed Mar 4, 2021
1 parent 16ffd1a commit 0f235c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/BaiduBosAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,6 @@ public function listContents($directory = '', $recursive = false)

$contents = [];
foreach ($result['contents'] as $row) {
if ($row['key'] === $directory) {
continue;
}

$contents[] = $this->normalizeContent($row);
}

Expand Down

0 comments on commit 0f235c7

Please sign in to comment.