Lazygit test no. 1

This commit is contained in:
Adam Cooper 2024-04-05 14:27:08 -04:00
parent e11aa4c751
commit bcea5099bc
1 changed files with 4 additions and 0 deletions

View File

@ -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")
}
}