Skip to content

Commit

Permalink
fix: update the avatar record
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed May 10, 2024
1 parent c361ed5 commit 8b376ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/crosschain/ethereum/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pub async fn handler(State(state): State<Arc<AppState>>, query: Query) -> impl I
ResolverFunctionCall::Text(_alt_hash, record) => {
match record.as_str() {
// Records available "com.discord" "com.github" "com.twitter"
"url" => {
"avatar" => {
match get_profile_picture(
&state.conf,
&provider,
Expand Down

0 comments on commit 8b376ff

Please sign in to comment.