Skip to content

Commit 32ffd74

Browse files
committed
chore: ignore linter warning
1 parent bfd21d2 commit 32ffd74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/view-devices/vNetworkDevice.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export abstract class ViewNetworkDevice extends ViewDevice {
168168
: undefined;
169169
}
170170

171+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
171172
handleDatagram(datagram: IPv4Packet, iface: number) {
172173
console.debug("Packet has reach its destination!");
173174
const dstDevice = this.viewgraph.getDeviceByIP(datagram.sourceAddress);

0 commit comments

Comments
 (0)