fix response scope in scimservice >_<

This commit is contained in:
24c02 2025-11-25 19:15:46 -05:00
parent 2f67c60cf4
commit 7ce83dfc30

View file

@ -58,6 +58,7 @@ module SCIMService
retries = 0
max_retries = 1
response = nil
loop do
Rails.logger.info "Creating Slack user with payload: #{user_payload.inspect}"