Skip to content

Commit 13e576d

Browse files
eslint fix
1 parent 636e26f commit 13e576d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/api/words/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import OpenAI from 'openai';
22
import { NextRequest, NextResponse } from 'next/server';
3-
import { Word, WordRequest, WordResponse, Profession } from '../../types/types';
3+
import { Word, WordRequest, Profession } from '../../types/types';
44
import { generatePrompt, mergeWordsWithSentences } from '../../utils/wordUtils';
55

66
// 初始化 OpenAI 客户端

0 commit comments

Comments
 (0)