A meaningless change to trigger the webhook

This commit is contained in:
Lewis Dale 2023-03-11 23:17:44 +00:00
parent 74ed522211
commit 1d9480c5a8

View File

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