We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3385d19 commit 6437ff4Copy full SHA for 6437ff4
src/Api/Repositories/Workspaces/Commits.php
@@ -33,7 +33,7 @@ public function list(array $params = [])
33
{
34
$uri = $this->buildCommitsUri();
35
36
- return $this->post($uri, $params);
+ return $this->get($uri, $params);
37
}
38
39
/**
@@ -48,7 +48,7 @@ public function show(string $commit, array $params = [])
48
49
$uri = $this->buildCommitsUri($commit);
50
51
52
53
54
0 commit comments