server-ts: Port ws service & dependencies

This commit is contained in:
Elian Doran
2024-02-17 01:51:47 +02:00
parent 4b1d2c6bad
commit cf18e61a33
11 changed files with 108 additions and 53 deletions

View File

@@ -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