APIパス修正・無駄import削除
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user