Skip to content

Commit

Permalink
Merge pull request #12 from SimonLab/avatar
Browse files Browse the repository at this point in the history
fix typo in avatar data
  • Loading branch information
SimonLab authored Apr 15, 2020
2 parents b7e4cc2 + a5f94a3 commit ee7a7a3
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 ee7a7a3

Please sign in to comment.