fix import errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { CacheService } from '../../../utils/cache.service';
|
||||
import { CacheService } from 'src/modules/utils/cache.service';
|
||||
import { Cart } from '../interfaces/cart.interface';
|
||||
|
||||
@Injectable()
|
||||
|
||||
Reference in New Issue
Block a user