Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a7d019a

Browse files
authored
Merge pull request #184 from cagdas001/dev
fix(interview-scheduler): remove externalId assignment to userId
2 parents f4011e4 + 05d7f49 commit a7d019a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/JobForm/index.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ const JobForm = ({ teamId, jobId }) => {
6464
// as we are using `PUT` method (not `PATCH`) we have send ALL the fields
6565
// fields which we don't send would become `null` otherwise
6666
const getRequestData = (values) => {
67-
const externalId = _.get(store.getState(), "authUser.userId");
68-
values.externalId = externalId && _.toString(externalId);
6967
return _.pick(values, [
7068
"projectId",
7169
"externalId",

0 commit comments

Comments
 (0)