mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 13:52:23 +08:00
lint fixes
This commit is contained in:
@@ -29,7 +29,7 @@ async function run() {
|
||||
])
|
||||
adapterPath = response.adapterPath
|
||||
|
||||
while (true) {
|
||||
while (true) { // eslint-disable-line
|
||||
adapterPrompt.default = adapterPath
|
||||
await runAdapter(adapterPath, true)
|
||||
const answer = await inquirer.prompt([adapterPrompt])
|
||||
|
||||
Reference in New Issue
Block a user