mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix: make sure note.notebooks have topics instead of topic
This commit is contained in:
@@ -94,8 +94,10 @@ export default class Backup {
|
||||
|
||||
switch (version) {
|
||||
case CURRENT_DATABASE_VERSION:
|
||||
case 3:
|
||||
case 4:
|
||||
case 4.1:
|
||||
case 4.2:
|
||||
case 3:
|
||||
case 2: {
|
||||
return backup;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user