Skip to content

Commit 7ededad

Browse files
committed
feature: added chatgpt support
1 parent 66d6104 commit 7ededad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/cliUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const inputType = async function (
134134
return takeInput
135135
}
136136

137-
export const confirmation = async function (): Promise<string> {
137+
export const confirmation = async function () {
138138
const r = await inquirer.prompt([
139139
{
140140
type: "rawlist",

0 commit comments

Comments
 (0)