APIパス修正・無駄import削除

This commit is contained in:
2025-08-01 22:03:36 +09:00
parent a2576f961b
commit f6f7030d8c
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -2,7 +2,6 @@ import WebSocket from "ws";
import sendMail from "../src/mailer.js";
import config from "../config.js";
import { max } from "date-fns/fp";
class P2PEarthquakeClient {
private ws: WebSocket | null = null;