diff --git a/apps/client/src/services/note_types.ts b/apps/client/src/services/note_types.ts index 25a2e71ca..47d347d64 100644 --- a/apps/client/src/services/note_types.ts +++ b/apps/client/src/services/note_types.ts @@ -178,7 +178,7 @@ async function isNewTemplate(templateNoteId) { rootCreationDate = new Date(rootNoteInfo.dateCreated); } } catch (ex) { - console.log(ex); + console.error(ex); } }