Closed seren closed 7 years ago
If ENV['GATE_HOSTED_DOMAINS'] is nil, attempting to split it will produce an error. This prevents splitting in that case.
ENV['GATE_HOSTED_DOMAINS']
Nevermind, this just moves the error into a different area. Apparently GATE_HOSTED_DOMAINS can't be nil anymore.
GATE_HOSTED_DOMAINS
If
ENV['GATE_HOSTED_DOMAINS']
is nil, attempting to split it will produce an error. This prevents splitting in that case.