Skip to content

Commit 8502c6f

Browse files
committed
remove error merge
1 parent a171847 commit 8502c6f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

back-end/src/history-game/history-game.service.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,8 @@ export class HistoryGameService {
7878
const oldGame = await this.prisma.historyGame.findFirst({
7979
where: { startTimeGame: datahis.startTimeGame }
8080
});
81-
<<<<<<< HEAD
8281
console.log('datahis:', datahis);
8382
console.log('oldGame =>:', oldGame);
84-
=======
85-
// console.log('datahis:', datahis);
86-
// console.log('oldGame =>:', oldGame);
87-
>>>>>>> yassine-back-end
8883

8984
if (!oldGame) {
9085
// create the history game

0 commit comments

Comments
 (0)