From 2fe5620763bb36d0e162c61717df75acd301d8cc Mon Sep 17 00:00:00 2001 From: Kunal Karmakar Date: Sat, 28 Feb 2026 04:45:12 +0000 Subject: [PATCH] Fix linting issue --- src/commands/onboard-custom.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/onboard-custom.ts b/src/commands/onboard-custom.ts index 20041dd9b90..67ad1198fbb 100644 --- a/src/commands/onboard-custom.ts +++ b/src/commands/onboard-custom.ts @@ -332,7 +332,7 @@ async function requestOpenAiVerification(params: { temperature: 1, max_completion_tokens: DEFAULT_MAX_TOKENS, stream: false, - } + }, }); } else { return await requestVerification({ @@ -344,7 +344,7 @@ async function requestOpenAiVerification(params: { temperature: 1, max_tokens: 1, stream: false, - } + }, }); } }