kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
chore: update code style
rodzic
0a4b9ad39b
commit
5282ee3b88
|
@ -3,8 +3,8 @@ import editor from '@inquirer/editor'
|
||||||
import select from '@inquirer/select'
|
import select from '@inquirer/select'
|
||||||
import { ZodTypeAny, z } from 'zod'
|
import { ZodTypeAny, z } from 'zod'
|
||||||
|
|
||||||
import * as types from './../types'
|
import * as types from '../types'
|
||||||
import { BaseTaskCallBuilder } from './../task'
|
import { BaseTaskCallBuilder } from '../task'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Actions the user can take in the feedback selection prompt.
|
* Actions the user can take in the feedback selection prompt.
|
||||||
|
|
Ładowanie…
Reference in New Issue