diff --git a/src/_data/posts.js b/src/_data/posts.js index 815a419..6ee62c8 100644 --- a/src/_data/posts.js +++ b/src/_data/posts.js @@ -24,7 +24,6 @@ class PostCache { const data = JSON.parse(fs.readFileSync(".cache/wordpress_post_fetch.json")); this.last_read_date = new Date(data.last_read_date); this.posts = data.posts; - } }