v1.18.x
Barış Soner Uşaklı 10 years ago
parent eda98a35ea
commit bab8e6a104

@ -156,7 +156,7 @@ var cache = LRU({
}
if (isDelete) {
cache.del(postData.pid);
cache.del(pid);
posts.delete(pid, callback);
} else {
posts.restore(pid, function(err, postData) {

Loading…
Cancel
Save