A meaningless change to trigger the webhook

This commit is contained in:
Lewis Dale 2023-03-12 00:09:42 +00:00
parent 60c62ba308
commit b7ccca665a

View File

@ -15,7 +15,6 @@ 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")) {