mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
fixed codeclimate errors
This commit is contained in:
parent
f4e0084895
commit
e7e3278267
44 changed files with 118 additions and 150 deletions
|
@ -38,7 +38,7 @@ module Domains
|
|||
private
|
||||
|
||||
def user_id
|
||||
@user_id ||= domain.pending_json.dig('current_user_id')
|
||||
@user_id ||= domain.pending_json['current_user_id']
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue