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 5c3aee1 commit 6aa74fbCopy full SHA for 6aa74fb
lib/Github/Api/Organization.php
@@ -64,7 +64,7 @@ public function repositories($organization, $type = 'all', $page = 1, $sort = 'c
64
'type' => $type,
65
'page' => $page,
66
'sort' => $sort,
67
- 'direction' => $direction
+ 'direction' => $direction,
68
]);
69
}
70
0 commit comments