Skip to content

Commit e0284e2

Browse files
committed
whoops
1 parent d84b790 commit e0284e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/middleware/requireLovatSignature.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const requireLovatSignature = (
3131
}
3232

3333
const generatedSignature = createHmac("sha256", LOVAT_SIGNING_KEY)
34-
.update(JSON.stringify({ originalUrl, method, body, timestamp }))
34+
.update(JSON.stringify({ path: originalUrl, method, body, timestamp }))
3535
.digest("hex");
3636

3737
if (signature === generatedSignature) {

0 commit comments

Comments
 (0)