summary refs log tree commit diff
path: root/src/middlewares/RateLimit.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-10 14:16:30 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-10 14:16:30 +0100
commita283d70b83200f1cc112cb3058843dd5829ae5dc (patch)
treea06a91813e409ce350ec1706eca61524296284ea /src/middlewares/RateLimit.ts
parent:bug: update package import to fosscord-server-util (diff)
downloadserver-a283d70b83200f1cc112cb3058843dd5829ae5dc.tar.xz
update imports for fosscord-server-util
Diffstat (limited to 'src/middlewares/RateLimit.ts')
-rw-r--r--src/middlewares/RateLimit.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/middlewares/RateLimit.ts b/src/middlewares/RateLimit.ts

index 33ae0cd5..c42d773c 100644 --- a/src/middlewares/RateLimit.ts +++ b/src/middlewares/RateLimit.ts
@@ -1,5 +1,5 @@ import { NextFunction, Request, Response } from "express"; -import { db } from "discord-server-util"; +import { db } from "fosscord-server-util"; import { getIpAdress } from "./GlobalRateLimit";