From 8b376ffca6cbd3387fe05113643c550fa97e1ba3 Mon Sep 17 00:00:00 2001 From: Iris Date: Fri, 10 May 2024 18:10:50 +0200 Subject: [PATCH] fix: update the avatar record --- src/endpoints/crosschain/ethereum/resolve.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endpoints/crosschain/ethereum/resolve.rs b/src/endpoints/crosschain/ethereum/resolve.rs index b22a316..62a93bb 100644 --- a/src/endpoints/crosschain/ethereum/resolve.rs +++ b/src/endpoints/crosschain/ethereum/resolve.rs @@ -148,7 +148,7 @@ pub async fn handler(State(state): State>, 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,