Code polish

This commit is contained in:
David Majdandžić
2023-03-29 17:39:06 +02:00
parent b8347d6fa6
commit d683ab870b
9 changed files with 28 additions and 54 deletions

View File

@@ -9,6 +9,7 @@ export class DebugProcessor implements CenterPDUProcessor {
constructor() {
this.logger = new Logger('DebugProcessor');
}
processPdu(session: any, pdu: any): Promise<any> {
return new Promise<any>((resolve, reject) => {
let promises = [];