Lazygit test no. 1
This commit is contained in:
parent
e11aa4c751
commit
bcea5099bc
1 changed files with 4 additions and 0 deletions
|
@ -26,4 +26,8 @@ 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