Skip to content

Commit

Permalink
Fix std issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pzi committed Oct 2, 2019
1 parent c778e4f commit cef2924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const searchInput = document.getElementById('search')

const images = getImages()

function getImages() {
function getImages () {
const file = path.join(__dirname, '../library.gifwit')
const dotGifwit = JSON.parse(readFileSync(file, 'utf8'))
return dotGifwit.images
Expand Down

0 comments on commit cef2924

Please sign in to comment.