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

Commit

Permalink
fix: wrong import in rate_limit.throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Mar 14, 2024
1 parent f371115 commit f0544db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/rate_limit/scripts/throttle.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { RuntimeError } from "../../auth/_gen/mod.ts";
import { ScriptContext } from "../_gen/scripts/throttle.ts";
import { RuntimeError, ScriptContext } from "../_gen/scripts/throttle.ts";

export interface Request {
/**
Expand Down

0 comments on commit f0544db

Please sign in to comment.