diff --git a/src/controllers/ProfileInsigniaController.ts b/src/controllers/ProfileInsigniaController.ts index b3316fb9..864e26d0 100644 --- a/src/controllers/ProfileInsigniaController.ts +++ b/src/controllers/ProfileInsigniaController.ts @@ -63,7 +63,7 @@ export class ProfileInsigniaController extends Controller { history.profileInsigniaId = result.id; - await this.insigniaHistoryRepo.save(data); + await this.insigniaHistoryRepo.save(history); return new HttpSuccess(); }