added some logging

This commit is contained in:
zadam
2020-04-08 11:07:38 +02:00
parent 1175a8ee49
commit 6c188982b3
3 changed files with 7 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ async function addClipping(req) {
async function createNote(req) {
const {title, content, pageUrl, images, clipType} = req.body;
log.info(`Creating clipped note from ${pageUrl}`);
const clipperInbox = await getClipperInboxNote();
const {note} = await noteService.createNewNote({