xiongzhu 2 år sedan
förälder
incheckning
a9260839ed
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/game/game.service.ts

+ 1 - 0
src/game/game.service.ts

@@ -578,6 +578,7 @@ export class GameService implements OnModuleInit {
                 plot,
                 options: [],
                 charactors: [...lastState.charactors],
+                summary: await this.refineSummary(history, this.formatDatetime(date, time) + '\n' + plot),
                 ending: true
             })
         )