Skip to content

Commit

Permalink
fix typo in avatar data
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLab committed Apr 15, 2020
1 parent 9c17275 commit a5f94a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app_api_web/auth_service_api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule AppApiWeb.AuthServiceApi do
id_person: data["data"]["id_person"],
name: "",
email: data["data"]["email"],
avatar: ["data"]["avatar"]
avatar: data["data"]["avatar"]
}

{:ok, person}
Expand Down

0 comments on commit a5f94a3

Please sign in to comment.