Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bee344 committed May 4, 2024
1 parent c3426fd commit c04d281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
erasValidatorPrefsAt,
erasValidatorRewardAt,
ledgerAt,
palletVersionAt
palletVersionAt,
} from '../test-helpers/mock/accounts';
import { AccountsStakingPayoutsService } from './AccountsStakingPayoutsService';

Expand Down
7 changes: 1 addition & 6 deletions src/services/test-helpers/mock/accounts/stakingPayouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,7 @@ export const erasRewardPointsAt = (_: EraIndex) =>
),
);

export const palletVersionAt = () => Promise.resolve().then(() =>
api.registry.createType(
'u16',
'13',
),
);
export const palletVersionAt = () => Promise.resolve().then(() => api.registry.createType('u16', '13'));

export const deriveEraExposureParam = {
era: api.registry.createType('EraIndex', ERA),
Expand Down

0 comments on commit c04d281

Please sign in to comment.