@merkl/api 0.10.302 → 0.10.303
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -318,13 +318,13 @@ export class RewardRepository {
|
|
318
318
|
rb."claimed",
|
319
319
|
rb."pending",
|
320
320
|
r."recipient",
|
321
|
+
r."campaignId",
|
322
|
+
r."reason",
|
321
323
|
t."address" as "rewardTokenAddress"
|
322
324
|
FROM
|
323
325
|
"RewardBreakdown" rb
|
324
326
|
INNER JOIN
|
325
327
|
"Reward" r ON rb."rewardId" = r."id"
|
326
|
-
INNER JOIN
|
327
|
-
"Token" t ON r."rewardTokenId" = t."id"
|
328
328
|
WHERE
|
329
329
|
r."root" = $1 AND r."rewardTokenId" = $2
|
330
330
|
ORDER BY
|