Update comments
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2022-12-17 19:57:02 -05:00
parent d525955889
commit d41ef6ab30

View File

@ -29,7 +29,7 @@ function getRecentProjects() {
curl_close($curl);
//now we need to parse out the results into a nice array containing the
//5 most recently modified projects
//most recent items
$parsed = json_decode($result, true);