Browse Source

Удалил устаревшее

Book Pauk 3 years ago
parent
commit
4a9eb7e4bb
1 changed files with 0 additions and 3 deletions
  1. 0 3
      client/components/Reader/share/bookManager.js

+ 0 - 3
client/components/Reader/share/bookManager.js

@@ -17,9 +17,6 @@ const bmDataStore = localForage.createInstance({
 });
 
 //список недавно открытых книг
-const bmRecentStoreOld = localForage.createInstance({
-    name: 'bmRecentStore'
-});
 const bmRecentStoreNew = localForage.createInstance({
     name: 'bmRecentStoreNew'
 });