Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noyoshi committed Apr 16, 2024
1 parent c2b2ff5 commit a3a2e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,7 @@ fn spawn_webserver(
];

// Set the default adapter source as "default_adapter_source" if defined, otherwise, "adapter_source"
// adapter_source in the router is used to set the default adapter source for dynamically loaded adapters.
let adapter_source;
if let Some(default_adapter_source) = args.default_adapter_source {
adapter_source = default_adapter_source
Expand Down

0 comments on commit a3a2e3a

Please sign in to comment.