more precise count

This commit is contained in:
Daniel Lugo 2020-06-26 21:10:32 -04:00
parent 9c8d36e380
commit ca9ecb6c80

View file

@ -71,6 +71,8 @@ const getWallPage = async page => {
if (post === null) {
// @ts-ignore
delete clean.posts[key]
// @ts-ignore
clean.count--
} else {
post.id = key
}