diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 9af96752..02c7173f 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -4896,7 +4896,7 @@ export class CommandController extends Controller { const meta = { profileId: item.profileId, commandId: item.commandId, - position: profile.position, + positionName: profile.position, positionType: profile?.posType?.posTypeName ?? null, positionLevel: profile?.posLevel?.posLevelName ?? null, positionExecutive: position?.posExecutive?.posExecutiveName ?? null,