Skip to content

Commit f173be6

Browse files
committed
Removed redundant default value in schema
1 parent 1722708 commit f173be6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/presentation/http/schema/NoteSettings.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export const NoteSettingsSchema = {
5757
},
5858
showNoteHierarchy: {
5959
type: 'boolean',
60-
default: false,
6160
},
6261
},
6362
};

0 commit comments

Comments
 (0)