Skip to content

Commit

Permalink
fix params import
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Sep 19, 2023
1 parent f3c079c commit f961ff6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from "path";
import { Compose, Manifest, PackageEnvs } from "@dappnode/types";
import { mapValues, pick } from "lodash-es";
import * as calls from "../../src/calls/index.js";
import params from "@dappnode/params";
import { params } from "@dappnode/params";
import { logs } from "@dappnode/logger";
import { getDnpFromListPackages, getDnpState } from "./testPackageUtils.js";
import {
Expand Down

0 comments on commit f961ff6

Please sign in to comment.