Skip to content

Commit

Permalink
Removed default value from action option
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney committed Feb 2, 2024
1 parent a288288 commit 4e524ad
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/fhenix-hardhat-docker/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ task(TASK_FHENIX_DOCKER_START, "Starts a LocalFhenix node")
42000,
types.int,
)
.addOptionalParam(
"image",
`Fhenix image to use - default: ${FHENIX_DEFAULT_IMAGE}`,
FHENIX_DEFAULT_IMAGE,
types.string,
)
.addOptionalParam("image", `Fhenix image to use`, undefined, types.string)
// .addOptionalParam('log', 'Log filter level (error, warn, info, debug) - default: info', undefined, types.string)
.setAction(
async (
Expand Down

0 comments on commit 4e524ad

Please sign in to comment.