A meaningless change to trigger the webhook
This commit is contained in:
parent
74ed522211
commit
1d9480c5a8
@ -24,7 +24,6 @@ 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