Skip to content

Commit 8725ccc

Browse files
committed
update job posting changeset
1 parent 7b438c8 commit 8725ccc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/algora/jobs/schemas/job_posting.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ defmodule Algora.Jobs.JobPosting do
8888
:max_equity
8989
])
9090
|> generate_id()
91-
|> validate_required([:url, :company_name, :company_url, :email])
92-
|> User.validate_email()
91+
|> validate_required([:url])
9392
|> foreign_key_constraint(:user)
9493
end
9594
end

0 commit comments

Comments
 (0)