Remove unused import from posts.js
This commit is contained in:
parent
ea91e9b76b
commit
97a4995a29
@ -25,7 +25,6 @@ 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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user