Skip to content

Commit b4c9691

Browse files
fix typo
1 parent b8654a9 commit b4c9691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/services/api_session_recovering/reset_password_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def user
8686
if defined?("::#{ ApiSessionRecovering.configuration.users_project_entity_class_name }".constantize)
8787
@user = "::#{ ApiSessionRecovering.configuration.users_project_entity_class_name }".
8888
constantize.
89-
find_by_id: restore_password.user_id
89+
find_by_id restore_password.user_id
9090

9191
return @user
9292
end

0 commit comments

Comments
 (0)