Skip to content

Commit 82685ad

Browse files
committed
lint
1 parent c9e92f9 commit 82685ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/mcp/prompts/dataconnect/schema.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ function renderServices(fdcServices: ServiceInfo[]) {
1111
1212
The following is the up-to-date content of existing schema files (their paths are relative to the Data Connect source directory).
1313
14-
${mainSchema(fdcServices[0]).source.files?.map((f) => `\`\`\`graphql ${f.path}\n${f.content}\n\`\`\``).join("\n\n")}`;
14+
${mainSchema(fdcServices[0])
15+
.source.files?.map((f) => `\`\`\`graphql ${f.path}\n${f.content}\n\`\`\``)
16+
.join("\n\n")}`;
1517
}
1618

1719
function renderErrors(errors?: string) {

0 commit comments

Comments
 (0)