Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Feb 27, 2025
1 parent c1b649e commit c817f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Git_Updater/REST/REST_API.php
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ public function get_api_data( \WP_REST_Request $request ) {
'banners' => $repo_data->banners,
'icons' => $repo_data->icons,
'last_updated' => gmdate( 'Y-m-d h:ia T', strtotime( $repo_data->last_updated ) ),
'added' => gmdate( 'Y-m-d', strtotime( $repo_data->added ) ) ,
'added' => gmdate( 'Y-m-d', strtotime( $repo_data->added ) ),
'num_ratings' => $repo_data->num_ratings,
'rating' => $repo_data->rating,
'active_installs' => $repo_data->downloaded,
Expand Down

0 comments on commit c817f8e

Please sign in to comment.