Skip to content

Commit b42691b

Browse files
author
Theodore Li
committed
Fix lint
1 parent 1e6978a commit b42691b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/db/scripts/migrate-block-api-keys-to-byok.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,9 +557,7 @@ async function processWorkspace(
557557

558558
if (DRY_RUN) {
559559
if (existingBYOKProviders.has(providerId)) {
560-
console.log(
561-
` [DRY RUN] BYOK already exists for provider "${providerId}", skipping`
562-
)
560+
console.log(` [DRY RUN] BYOK already exists for provider "${providerId}", skipping`)
563561
stats.skippedExisting++
564562
continue
565563
}

0 commit comments

Comments
 (0)