Skip to content

Commit c4fafb1

Browse files
chore: Potential fix for pull request finding 'Semicolon insertion'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 8080e67 commit c4fafb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp/src/tools/hosting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ export function registerHostingTools(server: ExtendedMcpServer) {
487487
domainConfig?: any;
488488
}) => {
489489
try {
490-
const cloudbase = await getManager()
490+
const cloudbase = await getManager();
491491
let result;
492492

493493
switch (action) {

0 commit comments

Comments
 (0)