From b7ccca665a279d061361ebecfb7dfb0d7f99ccc8 Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Sun, 12 Mar 2023 00:09:42 +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 440da34..ca719d7 100644 --- a/src/_data/posts.js +++ b/src/_data/posts.js @@ -15,7 +15,6 @@ class PostCache { readCache() { if (!fs.existsSync(".cache")) { fs.mkdirSync(".cache"); - } if (!fs.existsSync(".cache/wordpress_post_fetch.json")) {