Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Jan 1, 2025
1 parent 0c05486 commit d3c84a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_bandastation/tts/code/SSHttp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ SUBSYSTEM_DEF(http)
UNTIL(req.is_complete())
active_async_requests -= req
var/datum/http_response/res = req.into_response()
log_response(res, id)
log_response(res, req.id)
return res

/datum/http_request
Expand Down

0 comments on commit d3c84a6

Please sign in to comment.