Skip to content

Commit

Permalink
chore: add a bit more commenbt
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Nov 8, 2024
1 parent 6bb0999 commit dba7ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/AxelarQueryAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ export class AxelarQueryAPI {
},
];

// Clean up undefined values
// Clean up undefined values to make it easier for validation
const cleanHop = (hop: HopParams): HopParams => {
return Object.fromEntries(
Object.entries(hop).filter(([_, value]) => value !== undefined)

Check warning on line 612 in src/libs/AxelarQueryAPI.ts

View workflow job for this annotation

GitHub Actions / ESLint

src/libs/AxelarQueryAPI.ts#L612

'_' is defined but never used (@typescript-eslint/no-unused-vars)
Expand Down

0 comments on commit dba7ffc

Please sign in to comment.