mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
fix loading of string content saved as binary
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const assetPath = require("../services/asset_path.js");
|
||||
const assetPath = require("../services/asset_path");
|
||||
const path = require("path");
|
||||
const express = require("express");
|
||||
const env = require("../services/env.js");
|
||||
const env = require("../services/env");
|
||||
|
||||
const persistentCacheStatic = (root, options) => {
|
||||
if (!env.isDev()) {
|
||||
|
||||
Reference in New Issue
Block a user