A meaningless change to trigger the webhook

This commit is contained in:
Lewis Dale 2023-03-12 00:08:58 +00:00
parent 2a4c3bc71f
commit 60c62ba308

View File

@ -15,6 +15,7 @@ class PostCache {
readCache() { readCache() {
if (!fs.existsSync(".cache")) { if (!fs.existsSync(".cache")) {
fs.mkdirSync(".cache"); fs.mkdirSync(".cache");
} }
if (!fs.existsSync(".cache/wordpress_post_fetch.json")) { if (!fs.existsSync(".cache/wordpress_post_fetch.json")) {