mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
small code cleanup ()=>0 to null
This commit is contained in:
parent
c561493bd0
commit
2c363e63a0
5 changed files with 13 additions and 17 deletions
|
|
@ -171,6 +171,6 @@ export const FolderUserStore = new class {
|
|||
ArchiveFolder: FolderUserStore.archiveFolder()
|
||||
};
|
||||
Object.entries(folders).forEach(([k,v])=>Settings.set(k,v));
|
||||
rl.app.Remote.saveSystemFolders(()=>0, folders);
|
||||
rl.app.Remote.saveSystemFolders(null, folders);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue