From f1e5220064e0a2c2a469c9e3af41cc9f83cdf737 Mon Sep 17 00:00:00 2001 From: kittapath Date: Tue, 29 Oct 2024 14:14:14 +0700 Subject: [PATCH] edit save --- src/controllers/CommandController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index d2000671..617db951 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -2232,7 +2232,7 @@ export class CommandController extends Controller { _profile.posTypeId = _null; _profile.posLevelId = _null; } - await this.profileRepository.save(profile); + await this.profileRepository.save(_profile); } }), );