refactor: move operations into separate module (#4582)

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
Alexandr Garbuzov
2025-10-15 23:29:53 +03:00
committed by GitHub
co-authored by Alexandr
parent 6d1a5e51bc
commit e158f0d27f
17 changed files with 147 additions and 146 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
import { request } from "../../src/common/http.js";
import { logger } from "../../src/common/log.js";
import { dateDiff } from "../../src/common/utils.js";
import { dateDiff } from "../../src/common/ops.js";
export const RATE_LIMIT_SECONDS = 60 * 5; // 1 request per 5 minutes