mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 18:23:35 +02:00
Merge branch '117226457-registrar_client_domain_view' into staging
This commit is contained in:
commit
48784835ce
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module Repp
|
||||||
api_user_name: current_user.try(:username),
|
api_user_name: current_user.try(:username),
|
||||||
api_user_registrar: current_user.try(:registrar).try(:to_s),
|
api_user_registrar: current_user.try(:registrar).try(:to_s),
|
||||||
ip: request.ip,
|
ip: request.ip,
|
||||||
uuid: request.uuid
|
uuid: request.try(:uuid)
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue