fix
This commit is contained in:
parent
0fbb5b928e
commit
b428baddfa
2 changed files with 6 additions and 0 deletions
|
|
@ -205,6 +205,9 @@ export class ProfileDevelopmentController extends Controller {
|
|||
const data = new ProfileDevelopment();
|
||||
|
||||
const meta = {
|
||||
isDevelopment10: body.isDevelopment10 ?? false,
|
||||
isDevelopment20: body.isDevelopment20 ?? false,
|
||||
isDevelopment70: body.isDevelopment70 ?? false,
|
||||
createdUserId: req.user.sub,
|
||||
createdFullName: req.user.name,
|
||||
lastUpdateUserId: req.user.sub,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue