Skip to content

Commit

Permalink
Update src/services/blocks/BlocksService.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tarik Gul <[email protected]>
  • Loading branch information
Imod7 and TarikGul authored Jan 23, 2024
1 parent 82488d8 commit c0eb885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/blocks/BlocksService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ interface FetchBlockOptions {
omitFinalizedTag: boolean;
noFees: boolean;
checkDecodedXcm: boolean;
paraId: number | undefined;
paraId?: number;
}

interface ExtrinsicSuccessOrFailedOverride {
Expand Down

0 comments on commit c0eb885

Please sign in to comment.