A meaningless change to trigger the webhook

This commit is contained in:
Lewis Dale 2023-03-11 23:12:10 +00:00
parent 21e275bcb5
commit 74ed522211

View File

@ -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;
}
}