Skip to content

Commit a15ce75

Browse files
committed
fix: lint
1 parent aaf8b30 commit a15ce75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

questions.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,8 @@ export const askQuestions = async (
671671

672672
// Ask for LlamaCloud API key when using a LlamaCloud index or LlamaParse
673673
if (isUsingLlamaCloud || program.useLlamaParse) {
674-
if (!program.llamaCloudKey) { // if already set, don't ask again
674+
if (!program.llamaCloudKey) {
675+
// if already set, don't ask again
675676
if (ciInfo.isCI) {
676677
program.llamaCloudKey = getPrefOrDefault("llamaCloudKey");
677678
} else {

0 commit comments

Comments
 (0)