Skip to content

Commit e3a60e7

Browse files
chore: eslint
1 parent 8a81d84 commit e3a60e7

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
@@ -14,7 +14,7 @@ const CHUNK_SIZE = 5;
1414

1515
// 处理单个分块的单词
1616
// 将函数改为导出
17-
export async function processWordChunk(words: Word[], profession: Profession) {
17+
async function processWordChunk(words: Word[], profession: Profession) {
1818
const startTime = performance.now();
1919
console.time(`processWordChunk-${profession.id}`);
2020

0 commit comments

Comments
 (0)