summaryrefslogtreecommitdiff
path: root/src/util/RequestThrottler.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/RequestThrottler.ts')
-rw-r--r--src/util/RequestThrottler.ts7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/util/RequestThrottler.ts b/src/util/RequestThrottler.ts
index c99c7e949..d979fbfcf 100644
--- a/src/util/RequestThrottler.ts
+++ b/src/util/RequestThrottler.ts
@@ -21,12 +21,7 @@
/**
* Imports.
*/
-import {
- getTimestampNow,
- Timestamp,
- timestampSubtractDuraction,
- timestampDifference,
-} from "../util/time";
+import { getTimestampNow, timestampDifference } from "../util/time";
/**
* Maximum request per second, per origin.