feat: Remove positionCompany column from usuario table and references in frontend and backend
parent
4a6fb3f61e
commit
b85aa4d5ba
|
@ -44,7 +44,6 @@ export const createUser = async (
|
|||
email: user_tax_id || user_email,
|
||||
password: "12345",
|
||||
name: user_first_name,
|
||||
positionCompany: user_title,
|
||||
profile: "user",
|
||||
ignoreThrow: true
|
||||
});
|
||||
|
@ -205,7 +204,6 @@ export const updateUser = async (
|
|||
const userData = {
|
||||
email: user_tax_id || user_email,
|
||||
name: user_first_name,
|
||||
positionCompany: user_title
|
||||
};
|
||||
|
||||
let user: any = await UpdateUserService({
|
||||
|
|
Loading…
Reference in New Issue