Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Sep 16, 2024
1 parent 3a47fd5 commit 5fc7e80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/contracts/security/security.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ describe('SecurityService', () => {
});

describe('messages prefixes', () => {
const blockNumber = 10;
const blockHash = '0x';

beforeEach(async () => {
Expand Down
3 changes: 0 additions & 3 deletions src/guardian/guardian.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ import { KeysApiService } from 'keys-api/keys-api.service';
import { MIN_KAPI_VERSION } from './guardian.constants';
import { SigningKeyEventsCacheService } from 'contracts/signing-key-events-cache';
import { UnvettingService } from './unvetting/unvetting.service';
import { Meta } from 'keys-api/interfaces/Meta';
import { RegistryKey } from 'keys-api/interfaces/RegistryKey';
import { SROperatorListWithModule } from 'keys-api/interfaces/SROperatorListWithModule';
import { StakingRouterService } from 'contracts/staking-router';
import { SRModuleListResponse } from 'keys-api/interfaces/SRModuleListResponse';
import { ELBlockSnapshot } from 'keys-api/interfaces/ELBlockSnapshot';
import { SRModule } from 'keys-api/interfaces';

Expand Down

0 comments on commit 5fc7e80

Please sign in to comment.