diff --git a/src/adapters/gitcoin/gitcoinAdapter.ts b/src/adapters/gitcoin/gitcoinAdapter.ts index 2aa3cd419..c91169c8c 100644 --- a/src/adapters/gitcoin/gitcoinAdapter.ts +++ b/src/adapters/gitcoin/gitcoinAdapter.ts @@ -42,7 +42,7 @@ export class GitcoinAdapter implements GitcoinAdapterInterface { }, }, ); - return result.data?.details?.models?.ethereum_activity?.score; + return result.data?.details?.models?.aggregate?.score; } catch (e) { logger.error('getUserAnalysisScore error', e); throw new Error(