Browse Source

fix

pull/39/head
Aaron Parecki 7 years ago
parent
commit
fc41098477
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lib/Formats/GitHub.php

+ 2
- 2
lib/Formats/GitHub.php View File

@ -106,11 +106,11 @@ class GitHub {
$entry['published'] = $data['created_at'];
$response = [
$r = [
'data' => $entry
];
return [$response, $json, $response['code']];
return [$r, $json, $response['code']];
}
}

Loading…
Cancel
Save