Skip to content

Commit

Permalink
Fixing wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
christianatzeni committed Oct 25, 2024
1 parent dd0fe15 commit f2af8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/io-wallet-user-func/src/attestation-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { pipe } from "fp-ts/function";
import { DeviceDetails } from "io-wallet-common/device-details";
import { JwkPublicKey } from "io-wallet-common/jwk";

import { AttestationServiceConfiguration } from "./app/configs/config";
import { AttestationServiceConfiguration } from "./app/config";
import { MobileAttestationService } from "./infra/attestation-service";
import { WalletAttestationRequest } from "./wallet-attestation-request";
import { WalletInstanceRequest } from "./wallet-instance-request";
Expand Down
2 changes: 1 addition & 1 deletion apps/io-wallet-user-func/src/infra/crypto/signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as t from "io-ts";
import { ECKey, Jwk, RSAKey } from "io-wallet-common/jwk";
import * as jose from "jose";

import { CryptoConfiguration } from "../../app/configs/config";
import { CryptoConfiguration } from "../../app/config";
import { JwtHeader, Signer } from "../../signer";

const supportedSignAlgorithms = [
Expand Down

0 comments on commit f2af8a6

Please sign in to comment.