地域情報更新のレート制限がnullで初期化されていない(v4.0.1)
This commit is contained in:
@@ -3,7 +3,7 @@ import { differenceInMinutes } from "date-fns";
|
||||
|
||||
import config from "../config.js";
|
||||
|
||||
let rateLimit: Date;
|
||||
let rateLimit: Date | null = null;
|
||||
|
||||
class P2PEarthquakeClient {
|
||||
private ws: WebSocket | null = null;
|
||||
|
||||
Reference in New Issue
Block a user