A meaningless change to trigger the webhook
This commit is contained in:
parent
21e275bcb5
commit
74ed522211
@ -24,6 +24,7 @@ class PostCache {
|
|||||||
const data = JSON.parse(fs.readFileSync(".cache/wordpress_post_fetch.json"));
|
const data = JSON.parse(fs.readFileSync(".cache/wordpress_post_fetch.json"));
|
||||||
this.last_read_date = new Date(data.last_read_date);
|
this.last_read_date = new Date(data.last_read_date);
|
||||||
this.posts = data.posts;
|
this.posts = data.posts;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user