Skip to content

Commit 71445dc

Browse files
committed
Fix lint
1 parent 20e5e76 commit 71445dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@ export const NEON_HANDLERS = {
17911791
branchId: params.branchId,
17921792
db_name: params.databaseName,
17931793
},
1794-
neonClient
1794+
neonClient,
17951795
);
17961796
return {
17971797
content: [{ type: 'text', text: JSON.stringify(result, null, 2) }],

src/tools/toolsSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,4 +339,4 @@ export const compareDatabaseSchemaInputSchema = z.object({
339339
projectId: z.string().describe('The ID of the project'),
340340
branchId: z.string().describe('The ID of the branch'),
341341
databaseName: z.string().describe(DATABASE_NAME_DESCRIPTION),
342-
});
342+
});

0 commit comments

Comments
 (0)