A meaningless change to trigger the webhook

This commit is contained in:
Lewis Dale 2023-03-11 23:18:49 +00:00
parent 1d9480c5a8
commit 801bf945de

View File

@ -25,6 +25,7 @@ class PostCache {
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;
} }
} }
writeCache() { writeCache() {