mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
fix loading of string content saved as binary
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const becca = require("../../becca/becca.js");
|
||||
const sql = require("../../services/sql.js");
|
||||
const becca = require("../../becca/becca");
|
||||
const sql = require("../../services/sql");
|
||||
|
||||
function getRelationMap(req) {
|
||||
const {relationMapNoteId, noteIds} = req.body;
|
||||
|
||||
Reference in New Issue
Block a user