Skip to content

Commit

Permalink
Fix: interview webhooh wrong arg (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior authored Oct 30, 2024
1 parent 42765aa commit 3d6bfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_bandastation/whitelist220/code/whitelist220.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

/datum/interview_manager/enqueue(datum/interview/to_queue)
. = ..()
send_interview_webhook(src, "New interview enqueued:")
send_interview_webhook(to_queue, "New interview enqueued:")

/datum/interview/deny(client/denied_by)
. = ..()
Expand Down

0 comments on commit 3d6bfae

Please sign in to comment.