Skip to content

Commit

Permalink
fix: fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielclough committed Mar 9, 2024
1 parent 8b0e85a commit d5aec74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/chat/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ pub fn ChatBox(
move || (database_url.get(), backend_url.get(), user.get()),
move |_| async move {
logging::log!("loading get_inference_args from API");
get_user_by_name(user.get().name, backend_url.get()).await
get_user_by_name(user.get().name, database_url.get()).await
},
);

Expand Down

0 comments on commit d5aec74

Please sign in to comment.