mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
fixed ruby 3 support errors
This commit is contained in:
parent
62d1ba45a2
commit
6eeba2b3ab
4 changed files with 5 additions and 5 deletions
|
@ -58,7 +58,7 @@ module Repp
|
|||
return
|
||||
end
|
||||
|
||||
render_success(create_update_success_body)
|
||||
render_success(**create_update_success_body)
|
||||
end
|
||||
|
||||
api :DELETE, '/repp/v1/contacts/:contact_code'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue