Skip to content

Commit

Permalink
Merge pull request #81 from starknet-id/feat/add_ens_integration
Browse files Browse the repository at this point in the history
fix: update the avatar record
  • Loading branch information
Th0rgal authored May 10, 2024
2 parents 242e1d0 + 8b376ff commit 2bfcd04
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 2bfcd04

Please sign in to comment.