Skip to content

Commit

Permalink
fix(CDN): missed one default avatar test
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC committed Jul 5, 2018
1 parent 764f932 commit f9cc296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rest/cdn.ex
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ defmodule Crux.Rest.CDN do
# A struct without an avatar
iex> %Crux.Structs.User{id: 218348062828003328, avatar: nil, discriminator: "0001"}
...> |> Crux.Rest.CDN.user_avatar()
"#{@cdn}/embed/avatars/1.webp"
"#{@cdn}/embed/avatars/1.png"
```
"""
Expand Down

0 comments on commit f9cc296

Please sign in to comment.