Compare commits

...

2 commits

Author SHA1 Message Date
bcea5099bc Lazygit test no. 1 2024-04-05 14:27:08 -04:00
e11aa4c751 Committing before test 2024-04-05 14:26:43 -04:00

View file

@ -26,4 +26,8 @@ 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")
}
} }