Skip to content

Commit

Permalink
docs: fix missing property serialization (remix-run#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrypopsoff authored Feb 15, 2022
1 parent 3b6ea7e commit 6521300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
- fx109138
- gabimor
- gavriguy
- ghaagsma
- Gideon28
- Girish21
- gkueny
Expand Down
1 change: 1 addition & 0 deletions docs/pages/philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export async function loader() {
const json = await res.json();
return json.map(gist => {
return {
description: gist.description,
url: gist.html_url,
files: Object.keys(gist.files),
owner: gist.owner.login
Expand Down

0 comments on commit 6521300

Please sign in to comment.