Skip to content

Commit

Permalink
rm commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
hliang committed Nov 8, 2023
1 parent 876a269 commit 7f3160c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/default-ttl/default-ttl.module.ts
@@ -1,7 +1,6 @@
import { Module } from '@nestjs/common';
import { CacheModule } from '../../../lib';
import { DefaultTtlController } from './default-ttl.controller';
// import { DefaultTtlBarController } from './default-ttl-bar.controller';

@Module({
imports: [CacheModule.register()],
Expand Down

0 comments on commit 7f3160c

Please sign in to comment.