mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
rename becca entities to have B-prefix, #3476
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
const RecentNote = require('../../becca/entities/recent_note');
|
||||
const BRecentNote = require('../../becca/entities/brecent_note');
|
||||
const sql = require('../../services/sql');
|
||||
const dateUtils = require('../../services/date_utils');
|
||||
|
||||
function addRecentNote(req) {
|
||||
new RecentNote({
|
||||
new BRecentNote({
|
||||
noteId: req.body.noteId,
|
||||
notePath: req.body.notePath
|
||||
}).save();
|
||||
|
||||
Reference in New Issue
Block a user