Skip to content

Commit 5910d73

Browse files
committed
fix: set last_context on user creation
1 parent fbe43e3 commit 5910d73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/algora/accounts/schemas/user.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ defmodule Algora.Accounts.User do
221221
:domain,
222222
:tech_stack,
223223
:hourly_rate_min,
224-
:hourly_rate_max
224+
:hourly_rate_max,
225+
:last_context
225226
])
226227
|> generate_id()
227228
|> validate_required([:type, :handle, :email, :display_name])

0 commit comments

Comments
 (0)