Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
🚅⛽️ Updated with Glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
Glitch (garrulous-smile) committed May 16, 2020
1 parent 11b5b7f commit f4e31af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ app.get('/preview/:id', requireGfycatToken, (request, response) => {
return response.render('preview', context)
})
.catch((err) => console.log(err))
/* FIXME: handle 404 or other GIPHY API error */
/* FIXME: handle 404 or other API error */
})

/* Login needed here */
Expand Down

0 comments on commit f4e31af

Please sign in to comment.