mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Fix some CC issues
This commit is contained in:
parent
d53622ebc8
commit
c23075fa19
3 changed files with 112 additions and 126 deletions
|
@ -22,7 +22,7 @@ module Domains
|
|||
|
||||
def update_domain
|
||||
frame_json = domain.pending_json['frame']
|
||||
user = ApiUser.find(domain.pending_json['current_user_id'])
|
||||
user = ApiUser.find(domain.pending_json['current_user_id'])
|
||||
frame = frame_json ? frame_json.with_indifferent_access : {}
|
||||
|
||||
domain.upid = user.registrar.id if user.registrar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue