mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
server-esm: Handle two more async imports
This commit is contained in:
@@ -4,10 +4,6 @@ let shaca: Shaca;
|
||||
|
||||
class AbstractShacaEntity {
|
||||
get shaca(): Shaca {
|
||||
if (!shaca) {
|
||||
shaca = require('../shaca');
|
||||
}
|
||||
|
||||
return shaca;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user