Skip to content

Commit 0be1e0c

Browse files
Merge pull request #290 from blockfrost/fix/webhook-event-type
2 parents 79518f4 + 0d2e86d commit 0be1e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/webhook.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export type TransactionPayload = {
1313
export type StakeDelegationPayload = {
1414
tx: Responses['tx_content'];
1515
// delegations with pool data
16-
delegations: Responses['tx_content_delegations'][number] & {
16+
delegations: (Responses['tx_content_delegations'][number] & {
1717
pool: Responses['pool'];
18-
};
18+
})[];
1919
};
2020

2121
export type EpochPayload = {

0 commit comments

Comments
 (0)