fix(core): update

This commit is contained in:
2024-05-23 14:54:25 +02:00
parent 6e7316d2b1
commit bd9397eb13
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ export interface ILoleServiceServerConstructorOptions {
}
// the main service server
export class ServiceServer {
export class UtilityServiceServer {
public options: ILoleServiceServerConstructorOptions;
public typedServer: TypedServer;