Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zechmeister committed Oct 25, 2024
1 parent 4dfe388 commit a3c5b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected void doFilterInternal(

if (!senderClient
.validateCallback(
request.getHeader("callback-athentication"),
request.getHeader("callback-authentication"),
Long.parseLong(request.getHeader("callback-timestamp")),
request.getReader().lines().reduce("", String::concat),
callbackSecret)
Expand Down

0 comments on commit a3c5b6c

Please sign in to comment.