Skip to content

Commit

Permalink
🔒 prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
neeboo committed Aug 15, 2022
1 parent c655725 commit 59ed639
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/ban-types */
import type { Principal } from '@dfinity/principal';
export type CredentialId = Array<number>;
export interface Delegation {
Expand Down
6 changes: 5 additions & 1 deletion packages/connection/src/connections/nnsConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ import { DelegationIdentity } from '@dfinity/identity';
import { BaseConnection, executeWithLogging, _createActor } from './baseConnection';
import nns_idl from '../canisters/nns-dapp.idl';
import nns_idl_cert from '../canisters/nns-dapp-cert.idl';
import NNS_SERVICE, { AccountDetails, AccountIdentifier, GetTransactionsResponse } from '../canisters/nns-dapp';
import NNS_SERVICE, {
AccountDetails,
AccountIdentifier,
GetTransactionsResponse,
} from '../canisters/nns-dapp';
import { NNS_CANISTER_ID } from '../utils/constants';
import { CreateActorResult } from '../types';

Expand Down

0 comments on commit 59ed639

Please sign in to comment.