We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a171847 commit 8502c6fCopy full SHA for 8502c6f
back-end/src/history-game/history-game.service.ts
@@ -78,13 +78,8 @@ export class HistoryGameService {
78
const oldGame = await this.prisma.historyGame.findFirst({
79
where: { startTimeGame: datahis.startTimeGame }
80
});
81
-<<<<<<< HEAD
82
console.log('datahis:', datahis);
83
console.log('oldGame =>:', oldGame);
84
-=======
85
- // console.log('datahis:', datahis);
86
- // console.log('oldGame =>:', oldGame);
87
->>>>>>> yassine-back-end
88
89
if (!oldGame) {
90
// create the history game
0 commit comments