Satisfy linter

This commit is contained in:
2025-01-03 20:30:15 -06:00
parent e306a62e24
commit 905cb83310
4 changed files with 2 additions and 6 deletions

2
dist/finder.js vendored
View File

@ -1,5 +1,3 @@
/* eslint-disable @typescript-eslint/no-unsafe-call */
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
import { createSocket } from "dgram";
import { EventEmitter } from "events";
import debug from "debug";

2
dist/finder.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,3 @@
/* eslint-disable @typescript-eslint/no-unsafe-call */
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
import { createSocket, Socket } from "dgram";
import { EventEmitter } from "events";
import debug from "debug";

View File

@ -2,7 +2,7 @@ import { GetRequest, ICRequest, ICRequestObj } from "./request.js";
/**
* Requests information about this controller such as owner, address, etc.
*
*
* @returns the object used to issue this request
*/
export function GetSystemInformation(): ICRequest {