mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Changes to pass tests and lint code
This commit is contained in:
@@ -52,7 +52,7 @@ function validateInput (input) {
|
||||
name: '',
|
||||
mode: 'text',
|
||||
content: '',
|
||||
linesHighlighted:[],
|
||||
linesHighlighted: []
|
||||
}]
|
||||
} else {
|
||||
validatedInput.snippets = input.snippets
|
||||
@@ -98,7 +98,7 @@ function updateNote (storageKey, noteKey, input) {
|
||||
name: '',
|
||||
mode: 'text',
|
||||
content: '',
|
||||
linesHighlighted:[],
|
||||
linesHighlighted: []
|
||||
}]
|
||||
}
|
||||
: {
|
||||
|
||||
Reference in New Issue
Block a user