Merge branch 'canary' into patches-impl

This commit is contained in:
Mauricio Siu
2026-02-18 11:54:53 -06:00
17 changed files with 177 additions and 154 deletions

View File

@@ -361,7 +361,7 @@ export const validateRequest = async (request: IncomingMessage) => {
});
if (error) {
throw new Error(error.message || "Error verifying API key");
throw new Error(error.message?.toString() || "Error verifying API key");
}
if (!valid || !key) {
return {