Skip to content

Commit

Permalink
chore: finishing resolving merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Sep 4, 2023
1 parent 023af05 commit f9468b1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/throttler-module-options.interface.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import { ExecutionContext, ModuleMetadata, Type } from '@nestjs/common/interfaces';
import { ThrottlerStorage } from './throttler-storage.interface';
<<<<<<< HEAD

export type Resolvable<T extends number | string | boolean> =
| T
| ((context: ExecutionContext) => T | Promise<T>);
=======
>>>>>>> ccc52db (feat: allowfor multiple throttler contexts)

export type Resolvable<T extends number | string | boolean> =
| T
Expand Down Expand Up @@ -63,11 +56,7 @@ export type ThrottlerModuleOptions =
/**
* The storage class to use where all the record will be stored in.
*/
<<<<<<< HEAD
storage?: ThrottlerStorage;
=======
storage?: Type<ThrottlerStorage>;
>>>>>>> ccc52db (feat: allowfor multiple throttler contexts)
/**
* The named throttlers to use
*/
Expand Down

0 comments on commit f9468b1

Please sign in to comment.