Skip to content

Commit 97357ff

Browse files
authored
Merge e673655 into c4ce59c
2 parents c4ce59c + e673655 commit 97357ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/middlewares.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,9 @@ export const addRateLimit = (route, config) => {
483483
store: null,
484484
connected: false,
485485
};
486-
if (route.redisrUrl) {
486+
if (route.redisUrl) {
487487
const client = createClient({
488-
url: route.redisrUrl,
488+
url: route.redisUrl,
489489
});
490490
redisStore.connectionPromise = async () => {
491491
if (redisStore.connected) {

0 commit comments

Comments
 (0)