Skip to content

Commit

Permalink
test: update unit test for guard to have proper options
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Sep 4, 2023
1 parent 764f986 commit 2c3d657
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/throttler.guard.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
import { CanActivate, ExecutionContext, Injectable } from '@nestjs/common';
import { Reflector } from '@nestjs/core';
import * as md5 from 'md5';
<<<<<<< HEAD
import {
Resolvable,
ThrottlerModuleOptions,
ThrottlerOptions,
} from './throttler-module-options.interface';
=======
import { ThrottlerModuleOptions, ThrottlerOptions } from './throttler-module-options.interface';
>>>>>>> ccc52db (feat: allowfor multiple throttler contexts)
import { ThrottlerStorage } from './throttler-storage.interface';
import { THROTTLER_LIMIT, THROTTLER_SKIP, THROTTLER_TTL } from './throttler.constants';
import { InjectThrottlerOptions, InjectThrottlerStorage } from './throttler.decorator';
Expand Down

0 comments on commit 2c3d657

Please sign in to comment.