Skip to content

Commit e0f6339

Browse files
committed
fix: removed the unwanted declaration
1 parent 9d245fe commit e0f6339

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/utilities/cliUtil.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ import * as inquirer from "inquirer"
22
import * as cliConfig from "../configs/cliConfig"
33
import * as buildConfig from "../configs/buildConfig"
44
import * as rover from "@rover-tools/engine/dist/bin/index"
5-
import {
6-
IroverDeploymentObject,
7-
Iroverdescription,
8-
IroverCLIparamModule,
9-
} from "../rover.types"
5+
import { IroverDeploymentObject, IroverCLIparamModule } from "../rover.types"
106

117
const moduleParams = rover.modules.Modules
128
const envpattern = new RegExp(/^env\d\d+$/g)
@@ -339,6 +335,7 @@ export const choicesYorN = async function (message: string) {
339335
])
340336
return r["stack"]
341337
}
338+
342339
export const params = async function (module: string) {
343340
const { choices } = cliConfig.app
344341
const name: Record<string, string> = {}

0 commit comments

Comments
 (0)