Skip to content

Commit b5a5689

Browse files
committed
chore: Remove unnecessary null check for proxy_type in generate_default_proxy_configuration
1 parent 664a990 commit b5a5689

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bootstrap/helpers/proxy.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ function generate_default_proxy_configuration(Server $server)
137137
'external' => true,
138138
];
139139
});
140-
// TODO: This should not be null on new servers, but it is.
141-
ray($proxy_type);
142140
if ($proxy_type === ProxyTypes::TRAEFIK->value) {
143141
$labels = [
144142
'traefik.enable=true',

0 commit comments

Comments
 (0)