fix: unused field
This commit is contained in:
parent
d23e404196
commit
9a824f3ddf
3 changed files with 15 additions and 7 deletions
|
|
@ -690,7 +690,6 @@ export class EmployeeController extends Controller {
|
|||
data: historyEntries.map((v) => ({
|
||||
...v,
|
||||
updatedByUserId: req.user.sub,
|
||||
updatedBy: req.user.preferred_username,
|
||||
masterId: employee.id,
|
||||
})),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue