Skip to content

Commit b8a0b71

Browse files
committed
hotfix_lint
1 parent d656727 commit b8a0b71

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/api/controllers/health.controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { WAMonitoringService } from '@api/services/monitor.service';
2+
23
import { PrismaRepository } from '../repository/repository.service';
34

45
export class HealthController {

src/api/routes/health.router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { healthController } from '@api/server.module';
2+
import { Router } from 'express';
23

34
import { RouterBroker } from '../abstract/abstract.router';
45
import { HttpStatus } from './index.router';

0 commit comments

Comments
 (0)