diff --git a/includes/rest/class-nodeinfo.php b/includes/rest/class-nodeinfo.php index b066214..e9f346c 100644 --- a/includes/rest/class-nodeinfo.php +++ b/includes/rest/class-nodeinfo.php @@ -178,6 +178,6 @@ class Nodeinfo { ), ); - return new \WP_REST_Response( $discovery, 200 ); + return new \WP_REST_Response( $discovery, 200 ); } }