daily bookmarks
This commit is contained in:
@@ -2759,7 +2759,6 @@ app.post('/api/daily-bookmarks/import', (req, res) => {
|
||||
notes: '',
|
||||
marker: normalizedMarker
|
||||
});
|
||||
upsertDailyBookmarkCheckStmt.run({ bookmarkId: id, dayKey });
|
||||
const saved = getDailyBookmarkStmt.get({ bookmarkId: id, dayKey });
|
||||
if (saved) {
|
||||
createdItems.push(saved);
|
||||
|
||||
Reference in New Issue
Block a user