mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
server-ts: Port ws service & dependencies
This commit is contained in:
@@ -67,7 +67,7 @@ abstract class AbstractBeccaEntity {
|
||||
return this.getPojo();
|
||||
}
|
||||
|
||||
protected abstract getPojo(): {};
|
||||
abstract getPojo(): {};
|
||||
|
||||
/**
|
||||
* Saves entity - executes SQL, but doesn't commit the transaction on its own
|
||||
|
||||
Reference in New Issue
Block a user