Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
silvicir committed May 27, 2024
1 parent 5f4c5e4 commit 0544d5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/services/ioWalletService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ import {

import { FiscalCode, NonEmptyString } from "@pagopa/ts-commons/lib/strings";
import { UserDetailView } from "generated/io-wallet-api/UserDetailView";
import { NonceDetailView } from "generated/io-wallet-api/NonceDetailView";
import { Id } from "generated/io-wallet-api/Id";
import { Grant_typeEnum } from "generated/io-wallet-api/CreateWalletAttestationBody";
import { IoWalletAPIClient } from "../clients/io-wallet";
import {
ResponseErrorStatusNotDefinedInSpec,
withCatchAsInternalError,
withValidatedOrInternalError,
} from "../utils/responses";
import { NonceDetailView } from "generated/io-wallet-api/NonceDetailView";
import { Id } from "generated/io-wallet-api/Id";
import { Grant_typeEnum } from "generated/io-wallet-api/CreateWalletAttestationBody";
import { IoWalletAPIClient } from "../clients/io-wallet";

const unprocessableContentError = "Unprocessable Content";
const invalidRequest = "Your request didn't validate";
Expand Down

0 comments on commit 0544d5e

Please sign in to comment.