Lost Keys
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { HttpException, HttpStatus, Injectable } from '@nestjs/common';
|
||||
import { Cylinder, User } from 'src/model/entitites';
|
||||
import { ActivityRepository, CylinderRepository, KeyRepository } from 'src/model/repositories';
|
||||
import { ManageHelperService } from 'src/shared/service/system.helper.service';
|
||||
import { HelperService } from 'src/shared/service/system.helper.service';
|
||||
|
||||
@Injectable()
|
||||
export class CylinderService {
|
||||
@@ -9,7 +9,7 @@ export class CylinderService {
|
||||
private readonly cylinderRepo: CylinderRepository,
|
||||
private readonly keyRepo: KeyRepository,
|
||||
private systemActivityRepo: ActivityRepository,
|
||||
private readonly helper: ManageHelperService
|
||||
private readonly helper: HelperService
|
||||
) {}
|
||||
|
||||
async getCylinders(user: User): Promise<Cylinder[]> {
|
||||
|
||||
Reference in New Issue
Block a user