Compare commits
No commits in common. "bcea5099bcc23d60e62b028ea93bce9b426d6fe2" and "a10798700074621f040979c5367296b81e70ed77" have entirely different histories.
bcea5099bc
...
a107987000
1 changed files with 17 additions and 21 deletions
|
@ -8,7 +8,7 @@ export class CatsService {
|
|||
constructor(
|
||||
@InjectRepository(Cat)
|
||||
private catsRepository: Repository<Cat>,
|
||||
) { }
|
||||
) {}
|
||||
|
||||
private readonly logger = new Logger(CatsService.name);
|
||||
|
||||
|
@ -26,8 +26,4 @@ export class CatsService {
|
|||
this.logger.log("[remove] Starting...");
|
||||
await this.catsRepository.delete(id)
|
||||
}
|
||||
|
||||
lazygitTest(): void {
|
||||
this.logger.log("[lazygitTest] test no. 1")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue