mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
fix liqwid
This commit is contained in:
@@ -26,18 +26,10 @@ const adapterPrompt = {
|
||||
suggestOnly: false,
|
||||
depthLimit: 0,
|
||||
}
|
||||
const enableDebugPrompt = {
|
||||
type: 'confirm',
|
||||
name: 'debugMode',
|
||||
message: 'Enable Debug Mode:',
|
||||
default: false
|
||||
}
|
||||
|
||||
|
||||
async function run() {
|
||||
let adapterPath
|
||||
const { debugMode, ...response } = await inquirer.prompt([
|
||||
// enableDebugPrompt,
|
||||
adapterPrompt,
|
||||
])
|
||||
adapterPath = response.adapterPath
|
||||
|
||||
Reference in New Issue
Block a user