Skip to content

Commit 4d75b23

Browse files
committed
fix: ts error
1 parent afe12c2 commit 4d75b23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/api/glm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function handle(
2222
return NextResponse.json({ body: "OK" }, { status: 200 });
2323
}
2424

25-
const authResult = auth(req, ModelProvider.GLM);
25+
const authResult = auth(req, ModelProvider.ChatGLM);
2626
if (authResult.error) {
2727
return NextResponse.json(authResult, {
2828
status: 401,

0 commit comments

Comments
 (0)