Удален устаревший код

This commit is contained in:
Book Pauk
2019-11-27 17:33:30 +07:00
parent eebf17c42c
commit 7ee23ec38f
4 changed files with 1 additions and 14 deletions

View File

@@ -211,7 +211,7 @@ class RecentBooksPage extends Vue {
a.middleName
]).join(' '));
author = authorNames.join(', ');
} else {
} else {//TODO: убрать в будущем
author = _.compact([
fb2.lastName,
fb2.firstName,