Merge branch 'main' into feat/v0.5

This commit is contained in:
Jesse Wierzbinski 2024-11-02 16:07:53 +01:00
commit ecd7082c14
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -155,4 +155,4 @@ const isVerified = await crypto.subtle.verify(
if (!isVerified) {
return new Response("Signature verification failed", { status: 401 });
}
```
```