fix: undefined history in post request
This commit is contained in:
parent
edc08f7f2e
commit
30d098577f
1 changed files with 0 additions and 1 deletions
|
|
@ -145,7 +145,6 @@ export class ProfileTrainingController extends Controller {
|
|||
};
|
||||
|
||||
Object.assign(data, { ...body, ...meta });
|
||||
Object.assign(history, { ...body, ...meta });
|
||||
|
||||
await this.trainingRepo.save(data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue