Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 2f15035

Browse files
committed
fix: wrong import in rate_limit.throttle (#65)
1 parent cc9b388 commit 2f15035

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/rate_limit/scripts/throttle.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { RuntimeError } from "../../auth/_gen/mod.ts";
2-
import { ScriptContext } from "../_gen/scripts/throttle.ts";
1+
import { RuntimeError, ScriptContext } from "../_gen/scripts/throttle.ts";
32

43
export interface Request {
54
/**

0 commit comments

Comments
 (0)