We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6844ae commit dc03be3Copy full SHA for dc03be3
vim--ai-scribe--react/functions/api/token.ts
@@ -53,7 +53,7 @@ export const onRequestPost: PagesFunction<Env> = async (context) => {
53
console.log("Error parsing body", {
54
request: requestClone.text(),
55
});
56
- return error;
+ throw error;
57
}
58
};
59
0 commit comments