fix: make sure note.notebooks have topics instead of topic

This commit is contained in:
thecodrr
2020-12-08 12:23:35 +05:00
parent acd548fd38
commit 0795b0d4d0
5 changed files with 32 additions and 16 deletions

View File

@@ -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;
}