From 74ed522211f7c4abb3cd02e7072d49137246ef87 Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Sat, 11 Mar 2023 23:12:10 +0000 Subject: [PATCH] A meaningless change to trigger the webhook --- src/_data/posts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_data/posts.js b/src/_data/posts.js index 6ee62c8..815a419 100644 --- a/src/_data/posts.js +++ b/src/_data/posts.js @@ -24,6 +24,7 @@ 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; + } }