mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 00:04:32 +00:00
chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -34,9 +34,7 @@ export async function promptAuthChoiceGrouped(params: {
|
||||
return "skip";
|
||||
}
|
||||
|
||||
const group = availableGroups.find(
|
||||
(candidate) => candidate.value === providerSelection,
|
||||
);
|
||||
const group = availableGroups.find((candidate) => candidate.value === providerSelection);
|
||||
|
||||
if (!group || group.options.length === 0) {
|
||||
await params.prompter.note(
|
||||
|
||||
Reference in New Issue
Block a user