mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 08:13:24 +02:00
cleanup
This commit is contained in:
committed by
Peter M. Elias
parent
a79ec67d9c
commit
7c72d987f9
@@ -1,11 +1,11 @@
|
||||
import { z } from "zod";
|
||||
import { githubRequest, buildUrl } from "../common/utils";
|
||||
import { githubRequest, buildUrl } from "../common/utils.js";
|
||||
import {
|
||||
GitHubIssueSchema,
|
||||
GitHubLabelSchema,
|
||||
GitHubIssueAssigneeSchema,
|
||||
GitHubMilestoneSchema,
|
||||
} from "../common/types";
|
||||
} from "../common/types.js";
|
||||
|
||||
// Schema definitions
|
||||
export const CreateIssueOptionsSchema = z.object({
|
||||
@@ -148,4 +148,4 @@ export async function getIssue(
|
||||
);
|
||||
|
||||
return GitHubIssueSchema.parse(response);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user