Skip to content

Commit db014b1

Browse files
committed
CHANGE: case of files
1 parent 275f6bf commit db014b1

7 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/limiter/strategies/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export * from "./baseStrategy";
2-
export * from "./slidingWindowCounter";
3-
export * from "./TokenBucket";
4-
export * from "./WindowCounter";
1+
export * from './baseStrategy';
2+
export * from './slidingWindowCounter';
3+
export * from './tokenBucket';
4+
export * from './windowCounter';
File renamed without changes.

0 commit comments

Comments
 (0)