Rename get-rate-limiter-config -> rate-limiter

This commit is contained in:
rijkvanzanten
2020-09-08 12:38:27 -04:00
parent 756c4a712d
commit 7e030056e1
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ import { RequestHandler } from 'express';
import asyncHandler from 'express-async-handler';
import { HitRateLimitException } from '../exceptions';
import { RedisNotFoundException } from '../exceptions';
import rateLimiterConfig from '../get-rate-limiter-config';
import rateLimiterConfig from '../rate-limiter';
const rateLimiter: RequestHandler = asyncHandler(async (req, res, next) => {
try {