chore: Reformate base backend.

This commit is contained in:
imterah 2024-09-20 14:15:01 -04:00
parent e338465871
commit 758c92ded8
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -37,6 +37,7 @@ export class BackendBaseClass {
destPort: number,
protocol: "tcp" | "udp",
): void {}
removeConnection(
sourceIP: string,
sourcePort: number,