Skip to content

Commit cd70053

Browse files
committed
feat: add min_compensation to user profile
- Added `min_compensation` field to the user profile, allowing for the specification of minimum compensation expectations.
1 parent 48706c3 commit cd70053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/algora/accounts/accounts.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ defmodule Algora.Accounts do
161161
bio: u.bio,
162162
system_bio: u.system_bio,
163163
system_tags: u.system_tags,
164+
min_compensation: u.min_compensation,
164165
location: u.location,
165166
country: u.country,
166167
tech_stack: u.tech_stack,

0 commit comments

Comments
 (0)