Fix notifications in UI, added new API for fetching account relationships
This commit is contained in:
parent
4bec613897
commit
e46abc71ca
11 changed files with 91 additions and 17 deletions
|
@ -23,5 +23,5 @@ def body_as_json
|
|||
end
|
||||
|
||||
def json_str_to_hash(str)
|
||||
JSON.parse(str).with_indifferent_access
|
||||
JSON.parse(str, symbolize_names: true)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue