Fix typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Râu Cao 2025-05-22 13:21:37 +04:00
parent c1bac2625c
commit 7f766473ab
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -6,7 +6,7 @@ class WebKeyDirectoryController < WellKnownController
if params[:l].blank?
# TODO store hashed username in db if existing implementations trigger
# this a lot
msg = "WKD request with \"l\" param omitted for hu: #{params[:hashed_username]})"
msg = "WKD request with \"l\" param omitted for hu: #{params[:hashed_username]}"
Sentry.capture_message(msg) if Setting.sentry_enabled?
http_status :bad_request and return
end