@merkl/api 0.10.188 → 0.10.189

Sign up to get free protection for your applications and to get access to all the features.
@@ -201,7 +201,7 @@ export class RewardService {
201
201
  return { chain, rewards: r };
202
202
  }));
203
203
  }
204
- else {
204
+ else if (chainRewards.length > 0) {
205
205
  promises.push(Promise.resolve({ chain, rewards: chainRewards }));
206
206
  }
207
207
  }