Skip to content

Commit d809454

Browse files
committed
Run prettier
1 parent ff164f5 commit d809454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Documentation.Site/Assets/web-components/SearchOrAskAi/AskAi/useFetchEventSource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function useFetchEventSource<TPayload>({
6262
try {
6363
// Stringify payload once to ensure hash matches the exact body sent
6464
const bodyString = JSON.stringify(payload)
65-
65+
6666
// Compute SHA256 hash for CloudFront + Lambda Function URL with OAC
6767
// This proves body integrity from client to CloudFront
6868
const contentHash = await computeSHA256(bodyString)

0 commit comments

Comments
 (0)