Skip to content

Commit db66323

Browse files
author
Theodore Li
committed
Fix lint
1 parent 0a29cbe commit db66323

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/sim/lib/copilot/tools/server/blocks/get-blocks-metadata-tool.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,7 @@ function transformBlockMetadata(metadata: CopilotBlockMetadata): any {
354354
)
355355
if (serviceAccountProviderId) {
356356
transformed.requiredCredentials.serviceAccountType = serviceAccountProviderId
357-
transformed.requiredCredentials.description =
358-
`OAuth or service account authentication supported for ${metadata.name}`
357+
transformed.requiredCredentials.description = `OAuth or service account authentication supported for ${metadata.name}`
359358
}
360359
}
361360
} else if (metadata.authType === 'API Key') {

0 commit comments

Comments
 (0)