mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
server: Fix share not working after ESM port
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
|
import shaca from "../shaca";
|
||||||
import Shaca from "../shaca-interface";
|
import Shaca from "../shaca-interface";
|
||||||
|
|
||||||
let shaca: Shaca;
|
|
||||||
|
|
||||||
class AbstractShacaEntity {
|
class AbstractShacaEntity {
|
||||||
get shaca(): Shaca {
|
get shaca(): Shaca {
|
||||||
return shaca;
|
return shaca;
|
||||||
|
|||||||
Reference in New Issue
Block a user