Skip to content

Commit

Permalink
updated import
Browse files Browse the repository at this point in the history
  • Loading branch information
silvicir committed Nov 18, 2024
1 parent 8e02fdd commit 938bd88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/controllers/trialController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ import {

import { NonEmptyString } from "@pagopa/ts-commons/lib/strings";
import TrialService from "src/services/trialService";
import { FF_IO_WALLET_TRIAL_ENABLED, IO_WALLET_TRIAL_ID } from "src/config";
import {
FF_IO_WALLET_TRIAL_ENABLED,
IO_WALLET_TRIAL_ID,
} from "../../src/config";
import { TrialId } from "../../generated/trial-system-api/TrialId";
import { withUserFromRequest } from "../types/user";

Expand Down

0 comments on commit 938bd88

Please sign in to comment.