Skip to content

Commit 199f220

Browse files
committed
deleting a folder should also delete the attachments -> fixe eslint issue
1 parent 86a6311 commit 199f220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dataApi/deleteFolder-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test.beforeEach((t) => {
2828
test.serial('Delete a folder', (t) => {
2929
const storageKey = t.context.storage.cache.key
3030
const folderKey = t.context.storage.json.folders[0].key
31-
let noteKey = undefined
31+
let noteKey
3232

3333
const input1 = {
3434
type: 'SNIPPET_NOTE',

0 commit comments

Comments
 (0)