Fix prettier and change last use of adminAPI to Service way

This commit is contained in:
CEC
2022-04-14 11:59:35 +02:00
parent 3767555e38
commit 0ac6b50469
7 changed files with 29 additions and 47 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ import Debug from "debug";
import { ExAdminSocketInterface } from "../Model/Websocket/ExAdminSocketInterface";
import { compressors } from "hyper-express";
import { isMapDetailsData } from "../Messages/JsonMessages/MapDetailsData";
import {adminService} from "./AdminService";
import { adminService } from "./AdminService";
const debug = Debug("socket");