fix: remove unused CacheService import in cacheable decorator test
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { describe, it, expect, vi, beforeEach } from 'vitest';
|
||||
import { CachePrefix, CacheService, CacheTTL } from '../cache.service';
|
||||
import { CachePrefix, CacheTTL } from '../cache.service';
|
||||
import { Cacheable } from '../decorators/cacheable.decorator';
|
||||
|
||||
describe('Cacheable decorator', () => {
|
||||
|
||||
Reference in New Issue
Block a user