We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfc951 commit 4cf77ecCopy full SHA for 4cf77ec
yarn-project/p2p/src/services/reqresp/reqresp.ts
@@ -25,7 +25,7 @@ import {
25
type SubProtocolMap,
26
subProtocolMap,
27
} from './interface.js';
28
-import { RequestResponseRateLimiter } from './rate_limiter/rate_limiter.js';
+import { RequestResponseRateLimiter } from './rate-limiter/rate_limiter.js';
29
30
/**
31
* The Request Response Service
0 commit comments