Compare commits
3 commits
main
...
lazygit-te
Author | SHA1 | Date | |
---|---|---|---|
ef7c5f2750 | |||
bcea5099bc | |||
e11aa4c751 |
1 changed files with 22 additions and 17 deletions
|
@ -26,4 +26,9 @@ export class CatsService {
|
||||||
this.logger.log("[remove] Starting...");
|
this.logger.log("[remove] Starting...");
|
||||||
await this.catsRepository.delete(id)
|
await this.catsRepository.delete(id)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lazygitTest(): void {
|
||||||
|
this.logger.log("[lazygitTest] test no. 1")
|
||||||
|
this.logger.log("[lazygitTest] Test no. 2")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue