Skip to content

Commit

Permalink
filter relayer
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Jan 22, 2024
1 parent c056bea commit ffc3e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo/src/aggregation/aggregation.resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ export class AggregationResolver {
...toChainCondition,
...bridgeCondition,
...recvTokenCondition,
...relayerCondition,
},
};

const conditions = {
...accountCondition,
...chainConditions,
...relayerCondition,
};

const where = isEmpty(conditions) ? undefined : conditions;
Expand Down

0 comments on commit ffc3e07

Please sign in to comment.