Committing before test
This commit is contained in:
parent
a107987000
commit
e11aa4c751
1 changed files with 17 additions and 17 deletions
|
@ -8,7 +8,7 @@ export class CatsService {
|
||||||
constructor(
|
constructor(
|
||||||
@InjectRepository(Cat)
|
@InjectRepository(Cat)
|
||||||
private catsRepository: Repository<Cat>,
|
private catsRepository: Repository<Cat>,
|
||||||
) {}
|
) { }
|
||||||
|
|
||||||
private readonly logger = new Logger(CatsService.name);
|
private readonly logger = new Logger(CatsService.name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue