From cef2924e72a0fd590f8b4b0eedf6751bd9340741 Mon Sep 17 00:00:00 2001 From: Patrik Affentranger Date: Wed, 2 Oct 2019 23:40:17 +0800 Subject: [PATCH] Fix std issue --- app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.js b/app/index.js index a5f6fb9..23dcf8f 100644 --- a/app/index.js +++ b/app/index.js @@ -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