1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

Change to use strict equation

This commit is contained in:
asmsuechan
2017-10-13 13:12:00 +09:00
parent 5433abddaf
commit 6440395197
2 changed files with 1 additions and 2 deletions

View File

@@ -44,7 +44,6 @@ function updateFolder (storageKey, folderKey, input) {
if (targetFolder == null) throw new Error('Target folder doesn\'t exist.')
targetFolder.name = input.name
targetFolder.color = input.color
// For compativility
CSON.writeFileSync(path.join(storage.path, 'boostnote.json'), _.pick(storage, ['folders', 'version']))