From 1d9480c5a856c38775444aebd280edbad32307ab Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Sat, 11 Mar 2023 23:17:44 +0000 Subject: [PATCH] A meaningless change to trigger the webhook --- src/_data/posts.js | 1 - 1 file changed, 1 deletion(-) 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; - } }