Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 2737522

Browse files
committed
small change
1 parent c9b2248 commit 2737522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-deploybot-api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function get_server( $server_id ) {
236236
* @param mixed $after After.
237237
* @return void
238238
*/
239-
function list_servers( $limit, $after ) {
239+
function list_servers( $repository_id, $environment_id, $limit, $after ) {
240240

241241
$request = $this->base_uri . '/servers' . '?limit=' . $limit . '&after=' . $after;
242242
return $this->fetch( $request );

0 commit comments

Comments
 (0)