Compare commits
No commits in common. "lazygit-test" and "main" have entirely different histories.
lazygit-te
...
main
1 changed files with 17 additions and 22 deletions
|
@ -26,9 +26,4 @@ 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