fix(*): fix code.

This commit is contained in:
qy 2025-03-02 13:44:38 +08:00
parent a9a064dfa1
commit 84c3109c3b

View file

@ -15,6 +15,8 @@ const openai = new OpenAI({
apiKey: OPENAI_API_KEY, apiKey: OPENAI_API_KEY,
}); });
interface PRDetails { interface PRDetails {
owner: string; owner: string;
repo: string; repo: string;