Compare commits

..

No commits in common. "bcea5099bcc23d60e62b028ea93bce9b426d6fe2" and "a10798700074621f040979c5367296b81e70ed77" have entirely different histories.

View file

@ -26,8 +26,4 @@ export class CatsService {
this.logger.log("[remove] Starting...");
await this.catsRepository.delete(id)
}
lazygitTest(): void {
this.logger.log("[lazygitTest] test no. 1")
}
}