Skip to content

Commit

Permalink
missed log
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Jan 1, 2025
1 parent e211807 commit 0c05486
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)
log_response(res, id)

Check failure on line 76 in modular_bandastation/tts/code/SSHttp.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "id"

Check failure on line 76 in modular_bandastation/tts/code/SSHttp.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD0404: Unknown identifier "id"
return res

/datum/http_request
Expand Down

0 comments on commit 0c05486

Please sign in to comment.