Skip to content

Commit

Permalink
No need to provide unused ports to questions context (#14165)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj authored Aug 8, 2024
1 parent d7e31a9 commit b9d3e8d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ async def get_normalized_questions_context(self):
return {
'timezones': await self.middleware.call('system.general.timezone_choices'),
'system.general.config': await self.middleware.call('system.general.config'),
'unused_ports': await self.middleware.call('port.get_unused_ports', 1),
'certificates': await self.middleware.call('app.certificate_choices'),
'certificate_authorities': await self.middleware.call('app.certificate_authority_choices'),
'ip_choices': await self.middleware.call('app.ip_choices'),
Expand Down

0 comments on commit b9d3e8d

Please sign in to comment.